UNPKG

@angular/core

Version:

Angular - the core framework

24 lines (20 loc) 583 B
/** * @license Angular v21.0.5 * (c) 2010-2025 Google LLC. https://angular.dev/ * License: MIT */ export { NOT_FOUND, NotFoundError, getCurrentInjector, inject, isNotFound, setCurrentInjector } from './_not_found-chunk.mjs'; function defineInjectable(opts) { return { token: opts.token, providedIn: opts.providedIn || null, factory: opts.factory, value: undefined }; } function registerInjectable(ctor, declaration) { ctor.ɵprov = declaration; return ctor; } export { defineInjectable, registerInjectable }; //# sourceMappingURL=primitives-di.mjs.map