@angular/core 20.3.5 → 20.3.7
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/api.d.d.ts +1 -1
- package/chrome_dev_tools_performance.d.d.ts +20 -12
- package/discovery.d.d.ts +2 -2
- package/effect.d.d.ts +1 -1
- package/event_dispatcher.d.d.ts +1 -1
- package/fesm2022/attribute.mjs +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/debug_node.mjs +8779 -8770
- package/fesm2022/debug_node.mjs.map +1 -1
- package/fesm2022/effect.mjs +1 -1
- package/fesm2022/not_found.mjs +1 -1
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/resource.mjs +1 -1
- package/fesm2022/root_effect_scheduler.mjs +17 -15
- package/fesm2022/root_effect_scheduler.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/signal.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/weak_ref.mjs +1 -1
- package/formatter.d.d.ts +1 -1
- package/index.d.ts +4 -4
- package/package.json +2 -2
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
- package/schematics/bundles/{apply_import_manager-_3Mx7H7A.cjs → apply_import_manager-uyMcu5_H.cjs} +3 -3
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/{compiler_host-DXiKJabk.cjs → compiler_host-BUlxIpWP.cjs} +2 -2
- package/schematics/bundles/control-flow-migration.cjs +3 -3
- package/schematics/bundles/document-core.cjs +5 -5
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/{index-BDeOF3Gn.cjs → index-Cqmu1RX0.cjs} +110 -64
- package/schematics/bundles/{index-C8BhVtUr.cjs → index-D_ZnW9ls.cjs} +4 -4
- package/schematics/bundles/inject-flags.cjs +5 -5
- package/schematics/bundles/inject-migration.cjs +3 -3
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/{migrate_ts_type_references-BlSjvHVC.cjs → migrate_ts_type_references-BhSLr3ZT.cjs} +5 -5
- package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +6 -6
- package/schematics/bundles/{project_paths-C8LDPZ5A.cjs → project_paths-C69HW-da.cjs} +3 -3
- package/schematics/bundles/{project_tsconfig_paths-tTmeFlcz.cjs → project_tsconfig_paths-C1bhMy6X.cjs} +4 -4
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +3 -3
- package/schematics/bundles/router-current-navigation.cjs +4 -4
- package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
- package/schematics/bundles/signal-input-migration.cjs +7 -7
- package/schematics/bundles/signal-queries-migration.cjs +7 -7
- package/schematics/bundles/signals.cjs +7 -7
- package/schematics/bundles/standalone-migration.cjs +4 -4
- package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
- package/schematics/bundles/test-bed-get.cjs +4 -4
- package/testing/index.d.ts +1 -1
- package/weak_ref.d.d.ts +1 -1
package/api.d.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.3.
|
|
2
|
+
* @license Angular v20.3.7
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -243,7 +243,7 @@ interface ValueSansProvider {
|
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
245
|
* Configures the `Injector` to return a value for a token.
|
|
246
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
246
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
247
247
|
*
|
|
248
248
|
* @usageNotes
|
|
249
249
|
*
|
|
@@ -288,7 +288,7 @@ interface StaticClassSansProvider {
|
|
|
288
288
|
}
|
|
289
289
|
/**
|
|
290
290
|
* Configures the `Injector` to return an instance of `useClass` for a token.
|
|
291
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
291
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
292
292
|
*
|
|
293
293
|
* @usageNotes
|
|
294
294
|
*
|
|
@@ -318,7 +318,7 @@ interface StaticClassProvider extends StaticClassSansProvider {
|
|
|
318
318
|
/**
|
|
319
319
|
* Configures the `Injector` to return an instance of a token.
|
|
320
320
|
*
|
|
321
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
321
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
322
322
|
*
|
|
323
323
|
* @usageNotes
|
|
324
324
|
*
|
|
@@ -338,7 +338,7 @@ interface ConstructorSansProvider {
|
|
|
338
338
|
/**
|
|
339
339
|
* Configures the `Injector` to return an instance of a token.
|
|
340
340
|
*
|
|
341
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
341
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
342
342
|
*
|
|
343
343
|
* @usageNotes
|
|
344
344
|
*
|
|
@@ -365,7 +365,7 @@ interface ConstructorProvider extends ConstructorSansProvider {
|
|
|
365
365
|
* Configures the `Injector` to return a value of another `useExisting` token.
|
|
366
366
|
*
|
|
367
367
|
* @see {@link ExistingProvider}
|
|
368
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
368
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
369
369
|
*
|
|
370
370
|
* @publicApi
|
|
371
371
|
*/
|
|
@@ -378,7 +378,7 @@ interface ExistingSansProvider {
|
|
|
378
378
|
/**
|
|
379
379
|
* Configures the `Injector` to return a value of another `useExisting` token.
|
|
380
380
|
*
|
|
381
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
381
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
382
382
|
*
|
|
383
383
|
* @usageNotes
|
|
384
384
|
*
|
|
@@ -405,7 +405,7 @@ interface ExistingProvider extends ExistingSansProvider {
|
|
|
405
405
|
* Configures the `Injector` to return a value by invoking a `useFactory` function.
|
|
406
406
|
*
|
|
407
407
|
* @see {@link FactoryProvider}
|
|
408
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
408
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
409
409
|
*
|
|
410
410
|
* @publicApi
|
|
411
411
|
*/
|
|
@@ -423,7 +423,7 @@ interface FactorySansProvider {
|
|
|
423
423
|
}
|
|
424
424
|
/**
|
|
425
425
|
* Configures the `Injector` to return a value by invoking a `useFactory` function.
|
|
426
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
426
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
427
427
|
*
|
|
428
428
|
* @usageNotes
|
|
429
429
|
*
|
|
@@ -480,7 +480,7 @@ interface TypeProvider extends Type<any> {
|
|
|
480
480
|
* Configures the `Injector` to return a value by invoking a `useClass` function.
|
|
481
481
|
* Base for `ClassProvider` decorator.
|
|
482
482
|
*
|
|
483
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
483
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
484
484
|
*
|
|
485
485
|
* @publicApi
|
|
486
486
|
*/
|
|
@@ -492,7 +492,7 @@ interface ClassSansProvider {
|
|
|
492
492
|
}
|
|
493
493
|
/**
|
|
494
494
|
* Configures the `Injector` to return an instance of `useClass` for a token.
|
|
495
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
495
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
496
496
|
*
|
|
497
497
|
* @usageNotes
|
|
498
498
|
*
|
|
@@ -521,7 +521,7 @@ interface ClassProvider extends ClassSansProvider {
|
|
|
521
521
|
}
|
|
522
522
|
/**
|
|
523
523
|
* Describes how the `Injector` should be configured.
|
|
524
|
-
* @see [Dependency Injection Guide](guide/di/dependency-injection
|
|
524
|
+
* @see [Dependency Injection Guide](guide/di/dependency-injection)
|
|
525
525
|
*
|
|
526
526
|
* @see {@link StaticProvider}
|
|
527
527
|
*
|
|
@@ -743,6 +743,8 @@ interface DestroyableInjector extends Injector {
|
|
|
743
743
|
* is injected in a component or directive, the callbacks run when that component or
|
|
744
744
|
* directive is destroyed. Otherwise the callbacks run when a corresponding injector is destroyed.
|
|
745
745
|
*
|
|
746
|
+
* @see [Lifecycle DestroyRef](guide/components/lifecycle#destroyref)
|
|
747
|
+
*
|
|
746
748
|
* @publicApi
|
|
747
749
|
*/
|
|
748
750
|
declare abstract class DestroyRef {
|
|
@@ -761,10 +763,16 @@ declare abstract class DestroyRef {
|
|
|
761
763
|
* // stop the destroy callback from executing if needed
|
|
762
764
|
* unregisterFn();
|
|
763
765
|
* ```
|
|
766
|
+
*
|
|
767
|
+
* @see [Lifecycle DestroyRef](guide/components/lifecycle#destroyref)
|
|
768
|
+
*
|
|
764
769
|
*/
|
|
765
770
|
abstract onDestroy(callback: () => void): () => void;
|
|
766
771
|
/**
|
|
767
772
|
* Indicates whether the instance has already been destroyed.
|
|
773
|
+
*
|
|
774
|
+
* @see [Detecting instance destruction](guide/components/lifecycle#detecting-instance-destruction)
|
|
775
|
+
*
|
|
768
776
|
*/
|
|
769
777
|
abstract get destroyed(): boolean;
|
|
770
778
|
}
|
package/discovery.d.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.3.
|
|
2
|
+
* @license Angular v20.3.7
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -6831,7 +6831,7 @@ interface NgModule {
|
|
|
6831
6831
|
* The set of injectable objects that are available in the injector
|
|
6832
6832
|
* of this module.
|
|
6833
6833
|
*
|
|
6834
|
-
* @see [Dependency Injection guide](guide/di/dependency-injection
|
|
6834
|
+
* @see [Dependency Injection guide](guide/di/dependency-injection)
|
|
6835
6835
|
* @see [NgModule guide](guide/ngmodules/providers)
|
|
6836
6836
|
*
|
|
6837
6837
|
* @usageNotes
|
package/effect.d.d.ts
CHANGED
package/event_dispatcher.d.d.ts
CHANGED
package/fesm2022/attribute.mjs
CHANGED
package/fesm2022/core.mjs
CHANGED