@angular/core 20.3.5 → 20.3.6

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.
Files changed (58) hide show
  1. package/api.d.d.ts +1 -1
  2. package/chrome_dev_tools_performance.d.d.ts +12 -12
  3. package/discovery.d.d.ts +2 -2
  4. package/effect.d.d.ts +1 -1
  5. package/event_dispatcher.d.d.ts +1 -1
  6. package/fesm2022/attribute.mjs +1 -1
  7. package/fesm2022/core.mjs +1 -1
  8. package/fesm2022/debug_node.mjs +8771 -8770
  9. package/fesm2022/debug_node.mjs.map +1 -1
  10. package/fesm2022/effect.mjs +1 -1
  11. package/fesm2022/not_found.mjs +1 -1
  12. package/fesm2022/primitives/di.mjs +1 -1
  13. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  14. package/fesm2022/primitives/signals.mjs +1 -1
  15. package/fesm2022/resource.mjs +1 -1
  16. package/fesm2022/root_effect_scheduler.mjs +15 -15
  17. package/fesm2022/root_effect_scheduler.mjs.map +1 -1
  18. package/fesm2022/rxjs-interop.mjs +1 -1
  19. package/fesm2022/signal.mjs +1 -1
  20. package/fesm2022/testing.mjs +1 -1
  21. package/fesm2022/weak_ref.mjs +1 -1
  22. package/formatter.d.d.ts +1 -1
  23. package/index.d.ts +4 -4
  24. package/package.json +2 -2
  25. package/primitives/di/index.d.ts +1 -1
  26. package/primitives/event-dispatch/index.d.ts +1 -1
  27. package/primitives/signals/index.d.ts +1 -1
  28. package/rxjs-interop/index.d.ts +1 -1
  29. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
  30. package/schematics/bundles/apply_import_manager-_3Mx7H7A.cjs +1 -1
  31. package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
  32. package/schematics/bundles/compiler_host-DXiKJabk.cjs +1 -1
  33. package/schematics/bundles/control-flow-migration.cjs +1 -1
  34. package/schematics/bundles/document-core.cjs +1 -1
  35. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  36. package/schematics/bundles/index-BDeOF3Gn.cjs +11 -11
  37. package/schematics/bundles/index-C8BhVtUr.cjs +1 -1
  38. package/schematics/bundles/inject-flags.cjs +1 -1
  39. package/schematics/bundles/inject-migration.cjs +1 -1
  40. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  41. package/schematics/bundles/migrate_ts_type_references-BlSjvHVC.cjs +1 -1
  42. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  43. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  44. package/schematics/bundles/output-migration.cjs +1 -1
  45. package/schematics/bundles/project_paths-C8LDPZ5A.cjs +1 -1
  46. package/schematics/bundles/project_tsconfig_paths-tTmeFlcz.cjs +2 -2
  47. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  48. package/schematics/bundles/route-lazy-loading.cjs +1 -1
  49. package/schematics/bundles/router-current-navigation.cjs +1 -1
  50. package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
  51. package/schematics/bundles/signal-input-migration.cjs +1 -1
  52. package/schematics/bundles/signal-queries-migration.cjs +1 -1
  53. package/schematics/bundles/signals.cjs +1 -1
  54. package/schematics/bundles/standalone-migration.cjs +1 -1
  55. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  56. package/schematics/bundles/test-bed-get.cjs +1 -1
  57. package/testing/index.d.ts +1 -1
  58. 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.5
2
+ * @license Angular v20.3.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.5
2
+ * @license Angular v20.3.6
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
  *
package/discovery.d.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.5
2
+ * @license Angular v20.3.6
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.5
2
+ * @license Angular v20.3.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.5
2
+ * @license Angular v20.3.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.5
2
+ * @license Angular v20.3.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
package/fesm2022/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.5
2
+ * @license Angular v20.3.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */