@angular/core 19.0.0-rc.3 → 19.0.0

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 (32) hide show
  1. package/fesm2022/core.mjs +3 -3
  2. package/fesm2022/core.mjs.map +1 -1
  3. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  4. package/fesm2022/primitives/signals.mjs +1 -1
  5. package/fesm2022/rxjs-interop.mjs +1 -1
  6. package/fesm2022/testing.mjs +4 -4
  7. package/index.d.ts +1 -1
  8. package/package.json +1 -1
  9. package/primitives/event-dispatch/index.d.ts +1 -1
  10. package/primitives/signals/index.d.ts +1 -1
  11. package/rxjs-interop/index.d.ts +1 -1
  12. package/schematics/bundles/checker-e3da3b0a.js +2 -2
  13. package/schematics/bundles/combine_units-2adebceb.js +1 -1
  14. package/schematics/bundles/compiler_host-d642e87e.js +1 -1
  15. package/schematics/bundles/control-flow-migration.js +1 -1
  16. package/schematics/bundles/explicit-standalone-flag.js +1 -1
  17. package/schematics/bundles/imports-4ac08251.js +1 -1
  18. package/schematics/bundles/inject-migration.js +1 -1
  19. package/schematics/bundles/leading_space-d190b83b.js +1 -1
  20. package/schematics/bundles/migrate_ts_type_references-ed2c0669.js +1 -1
  21. package/schematics/bundles/nodes-0e7d45ca.js +1 -1
  22. package/schematics/bundles/output-migration.js +1 -1
  23. package/schematics/bundles/pending-tasks.js +1 -1
  24. package/schematics/bundles/program-f984ab63.js +10 -10
  25. package/schematics/bundles/project_tsconfig_paths-e9ccccbf.js +1 -1
  26. package/schematics/bundles/provide-initializer.js +1 -1
  27. package/schematics/bundles/route-lazy-loading.js +1 -1
  28. package/schematics/bundles/signal-input-migration.js +1 -1
  29. package/schematics/bundles/signal-queries-migration.js +1 -1
  30. package/schematics/bundles/signals.js +1 -1
  31. package/schematics/bundles/standalone-migration.js +2 -2
  32. package/testing/index.d.ts +1 -1
package/fesm2022/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.0.0-rc.3
2
+ * @license Angular v19.0.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -16687,7 +16687,7 @@ function createRootComponent(componentView, rootComponentDef, rootDirectives, ho
16687
16687
  function setRootNodeAttributes(hostRenderer, componentDef, hostRNode, rootSelectorOrNode) {
16688
16688
  if (rootSelectorOrNode) {
16689
16689
  // The placeholder will be replaced with the actual version at build time.
16690
- setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.0-rc.3']);
16690
+ setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.0']);
16691
16691
  }
16692
16692
  else {
16693
16693
  // If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
@@ -34492,7 +34492,7 @@ class Version {
34492
34492
  /**
34493
34493
  * @publicApi
34494
34494
  */
34495
- const VERSION = new Version('19.0.0-rc.3');
34495
+ const VERSION = new Version('19.0.0');
34496
34496
 
34497
34497
  /**
34498
34498
  * Combination of NgModuleFactory and ComponentFactories.