@angular/core 19.2.6 → 19.2.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.
Files changed (45) hide show
  1. package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
  2. package/fesm2022/core.mjs +3 -3
  3. package/fesm2022/core.mjs.map +1 -1
  4. package/fesm2022/primitives/di.mjs +1 -1
  5. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  6. package/fesm2022/primitives/signals.mjs +1 -1
  7. package/fesm2022/rxjs-interop.mjs +1 -1
  8. package/fesm2022/testing.mjs +3 -1
  9. package/fesm2022/testing.mjs.map +1 -1
  10. package/fesm2022/untracked-BKcld_ew.mjs +1 -1
  11. package/index.d.ts +1 -1
  12. package/navigation_types.d-fAxd92YV.d.ts +1 -1
  13. package/package.json +1 -1
  14. package/primitives/di/index.d.ts +1 -1
  15. package/primitives/event-dispatch/index.d.ts +1 -1
  16. package/primitives/signals/index.d.ts +1 -1
  17. package/rxjs-interop/index.d.ts +1 -1
  18. package/schematics/bundles/{apply_import_manager-DFADpdFu.js → apply_import_manager-2VufvTsB.js} +3 -3
  19. package/schematics/bundles/{checker-DoX_7XCa.js → checker-BNmiXJIJ.js} +5 -4
  20. package/schematics/bundles/cleanup-unused-imports.js +5 -5
  21. package/schematics/bundles/{compiler_host-BUKEE1cA.js → compiler_host-BafHjBMK.js} +2 -2
  22. package/schematics/bundles/control-flow-migration.js +3 -3
  23. package/schematics/bundles/explicit-standalone-flag.js +3 -3
  24. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  25. package/schematics/bundles/{index-CpZKzrqM.js → index-DJTfI03d.js} +4 -4
  26. package/schematics/bundles/{index-B4b0V0Vo.js → index-DMhRS_CK.js} +12 -12
  27. package/schematics/bundles/inject-migration.js +107 -18
  28. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  29. package/schematics/bundles/{migrate_ts_type_references-DQVDid4G.js → migrate_ts_type_references-CgtT9yyW.js} +5 -5
  30. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  31. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  32. package/schematics/bundles/output-migration.js +6 -6
  33. package/schematics/bundles/pending-tasks.js +3 -3
  34. package/schematics/bundles/{project_paths-C3etOlgT.js → project_paths-C-UAB3jT.js} +3 -3
  35. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  36. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  37. package/schematics/bundles/provide-initializer.js +3 -3
  38. package/schematics/bundles/route-lazy-loading.js +3 -3
  39. package/schematics/bundles/self-closing-tags-migration.js +4 -4
  40. package/schematics/bundles/signal-input-migration.js +7 -7
  41. package/schematics/bundles/signal-queries-migration.js +7 -7
  42. package/schematics/bundles/signals.js +7 -7
  43. package/schematics/bundles/standalone-migration.js +4 -4
  44. package/testing/index.d.ts +1 -1
  45. package/weak_ref.d-DWHPG08n.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.6
2
+ * @license Angular v19.2.7
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.6
2
+ * @license Angular v19.2.7
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.6
2
+ * @license Angular v19.2.7
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.6
2
+ * @license Angular v19.2.7
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.6
2
+ * @license Angular v19.2.7
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -3159,6 +3159,8 @@ class InternalNavigationTransition {
3159
3159
  this.finishedReject = reject;
3160
3160
  this.finishedResolve = resolve;
3161
3161
  });
3162
+ // All rejections are handled.
3163
+ this.finished.catch(() => { });
3162
3164
  }
3163
3165
  }
3164
3166
  /**