@angular/core 19.2.20 → 19.2.21

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 (52) hide show
  1. package/event_dispatcher.d-K56StcHr.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/di.mjs.map +1 -1
  6. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  7. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  8. package/fesm2022/primitives/signals.mjs +1 -1
  9. package/fesm2022/primitives/signals.mjs.map +1 -1
  10. package/fesm2022/rxjs-interop.mjs +1 -1
  11. package/fesm2022/rxjs-interop.mjs.map +1 -1
  12. package/fesm2022/testing.mjs +1 -1
  13. package/fesm2022/testing.mjs.map +1 -1
  14. package/fesm2022/untracked-BKcld_ew.mjs +1 -1
  15. package/fesm2022/untracked-BKcld_ew.mjs.map +1 -1
  16. package/index.d.ts +1 -1
  17. package/navigation_types.d-fAxd92YV.d.ts +1 -1
  18. package/package.json +1 -1
  19. package/primitives/di/index.d.ts +1 -1
  20. package/primitives/event-dispatch/index.d.ts +1 -1
  21. package/primitives/signals/index.d.ts +1 -1
  22. package/rxjs-interop/index.d.ts +1 -1
  23. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
  24. package/schematics/bundles/apply_import_manager-QEWElZT-.cjs +1 -1
  25. package/schematics/bundles/change_tracker-BPk3UwXG.cjs +1 -1
  26. package/schematics/bundles/checker-DLkGMJj-.cjs +2 -2
  27. package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
  28. package/schematics/bundles/compiler_host-CAfDJO3W.cjs +1 -1
  29. package/schematics/bundles/control-flow-migration.cjs +1 -1
  30. package/schematics/bundles/explicit-standalone-flag.cjs +1 -1
  31. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  32. package/schematics/bundles/index-BPwBW8Gv.cjs +1 -1
  33. package/schematics/bundles/index-iQYWEThN.cjs +11 -11
  34. package/schematics/bundles/inject-migration.cjs +1 -1
  35. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  36. package/schematics/bundles/migrate_ts_type_references-BhOqwhYA.cjs +1 -1
  37. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  38. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  39. package/schematics/bundles/output-migration.cjs +1 -1
  40. package/schematics/bundles/pending-tasks.cjs +1 -1
  41. package/schematics/bundles/project_paths-DePtMwan.cjs +1 -1
  42. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
  43. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  44. package/schematics/bundles/provide-initializer.cjs +1 -1
  45. package/schematics/bundles/route-lazy-loading.cjs +1 -1
  46. package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
  47. package/schematics/bundles/signal-input-migration.cjs +1 -1
  48. package/schematics/bundles/signal-queries-migration.cjs +1 -1
  49. package/schematics/bundles/signals.cjs +1 -1
  50. package/schematics/bundles/standalone-migration.cjs +1 -1
  51. package/testing/index.d.ts +1 -1
  52. package/weak_ref.d-DWHPG08n.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.20
2
+ * @license Angular v19.2.21
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm2022/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.20
2
+ * @license Angular v19.2.21
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -18086,7 +18086,7 @@ class ComponentFactory extends ComponentFactory$1 {
18086
18086
  const cmpDef = this.componentDef;
18087
18087
  ngDevMode && verifyNotAnOrphanComponent(cmpDef);
18088
18088
  const tAttributes = rootSelectorOrNode
18089
- ? ['ng-version', '19.2.20']
18089
+ ? ['ng-version', '19.2.21']
18090
18090
  : // Extract attributes and classes from the first selector only to match VE behavior.
18091
18091
  extractAttrsAndClassesFromSelector(this.componentDef.selectors[0]);
18092
18092
  // Create the root view. Uses empty TView and ContentTemplate.
@@ -34806,7 +34806,7 @@ class Version {
34806
34806
  /**
34807
34807
  * @publicApi
34808
34808
  */
34809
- const VERSION = new Version('19.2.20');
34809
+ const VERSION = new Version('19.2.21');
34810
34810
 
34811
34811
  /**
34812
34812
  * Combination of NgModuleFactory and ComponentFactories.