@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.
- package/fesm2022/core.mjs +3 -3
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +4 -4
- package/index.d.ts +1 -1
- package/package.json +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/checker-e3da3b0a.js +2 -2
- package/schematics/bundles/combine_units-2adebceb.js +1 -1
- package/schematics/bundles/compiler_host-d642e87e.js +1 -1
- package/schematics/bundles/control-flow-migration.js +1 -1
- package/schematics/bundles/explicit-standalone-flag.js +1 -1
- package/schematics/bundles/imports-4ac08251.js +1 -1
- package/schematics/bundles/inject-migration.js +1 -1
- package/schematics/bundles/leading_space-d190b83b.js +1 -1
- package/schematics/bundles/migrate_ts_type_references-ed2c0669.js +1 -1
- package/schematics/bundles/nodes-0e7d45ca.js +1 -1
- package/schematics/bundles/output-migration.js +1 -1
- package/schematics/bundles/pending-tasks.js +1 -1
- package/schematics/bundles/program-f984ab63.js +10 -10
- package/schematics/bundles/project_tsconfig_paths-e9ccccbf.js +1 -1
- package/schematics/bundles/provide-initializer.js +1 -1
- package/schematics/bundles/route-lazy-loading.js +1 -1
- package/schematics/bundles/signal-input-migration.js +1 -1
- package/schematics/bundles/signal-queries-migration.js +1 -1
- package/schematics/bundles/signals.js +1 -1
- package/schematics/bundles/standalone-migration.js +2 -2
- package/testing/index.d.ts +1 -1
package/fesm2022/core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.0.0
|
|
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
|
|
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
|
|
34495
|
+
const VERSION = new Version('19.0.0');
|
|
34496
34496
|
|
|
34497
34497
|
/**
|
|
34498
34498
|
* Combination of NgModuleFactory and ComponentFactories.
|