static-injector 6.1.0 → 6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/import/index.d.ts +1 -0
- package/index.js +2 -0
- package/index.js.map +2 -2
- package/index.mjs +1 -0
- package/index.mjs.map +2 -2
- package/package.json +1 -1
package/import/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export * from './resource';
|
|
|
22
22
|
export * from './di/provider_token';
|
|
23
23
|
export * from './error_handler';
|
|
24
24
|
export * from './pending_tasks';
|
|
25
|
+
export * from './linker/destroy_ref';
|
|
25
26
|
export declare function Injectable(args?: any): (constructor: Function) => void;
|
|
26
27
|
export declare class StaticInjectOptions {
|
|
27
28
|
static injectOptions: Parameters<InjectableDecorator>[0];
|
package/index.js
CHANGED
|
@@ -23,6 +23,7 @@ __export(import_exports, {
|
|
|
23
23
|
ChangeDetectionScheduler: () => ChangeDetectionScheduler,
|
|
24
24
|
ChangeDetectionSchedulerImpl: () => ChangeDetectionSchedulerImpl,
|
|
25
25
|
DecoratorFlags: () => DecoratorFlags,
|
|
26
|
+
DestroyRef: () => DestroyRef,
|
|
26
27
|
EnvironmentInjector: () => EnvironmentInjector,
|
|
27
28
|
ErrorHandler: () => ErrorHandler,
|
|
28
29
|
INJECTOR_SCOPE: () => INJECTOR_SCOPE,
|
|
@@ -2115,6 +2116,7 @@ function createRootInjector(options) {
|
|
|
2115
2116
|
ChangeDetectionScheduler,
|
|
2116
2117
|
ChangeDetectionSchedulerImpl,
|
|
2117
2118
|
DecoratorFlags,
|
|
2119
|
+
DestroyRef,
|
|
2118
2120
|
EnvironmentInjector,
|
|
2119
2121
|
ErrorHandler,
|
|
2120
2122
|
INJECTOR_SCOPE,
|