@angular/core 19.0.1 → 19.1.0-next.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-3cbc9cc1.js +2 -2
- package/schematics/bundles/{combine_units-c36a3065.js → combine_units-ab03aca8.js} +2 -2
- package/schematics/bundles/compiler_host-087c5caa.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-bb0c286a.js → migrate_ts_type_references-efb52bf2.js} +3 -3
- package/schematics/bundles/nodes-0e7d45ca.js +1 -1
- package/schematics/bundles/output-migration.js +3 -3
- package/schematics/bundles/pending-tasks.js +1 -1
- package/schematics/bundles/{program-561595c4.js → program-ed10d149.js} +11 -11
- 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 +4 -4
- package/schematics/bundles/signal-queries-migration.js +4 -4
- package/schematics/bundles/signals.js +4 -4
- package/schematics/bundles/standalone-migration.js +3 -3
- package/testing/index.d.ts +1 -1
package/fesm2022/core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.0.
|
|
2
|
+
* @license Angular v19.1.0-next.0
|
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -18078,7 +18078,7 @@ function createRootComponent(componentView, rootComponentDef, rootDirectives, ho
|
|
|
18078
18078
|
function setRootNodeAttributes(hostRenderer, componentDef, hostRNode, rootSelectorOrNode) {
|
|
18079
18079
|
if (rootSelectorOrNode) {
|
|
18080
18080
|
// The placeholder will be replaced with the actual version at build time.
|
|
18081
|
-
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.
|
|
18081
|
+
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.1.0-next.0']);
|
|
18082
18082
|
}
|
|
18083
18083
|
else {
|
|
18084
18084
|
// If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
|
|
@@ -34582,7 +34582,7 @@ class Version {
|
|
|
34582
34582
|
/**
|
|
34583
34583
|
* @publicApi
|
|
34584
34584
|
*/
|
|
34585
|
-
const VERSION = new Version('19.0.
|
|
34585
|
+
const VERSION = new Version('19.1.0-next.0');
|
|
34586
34586
|
|
|
34587
34587
|
/**
|
|
34588
34588
|
* Combination of NgModuleFactory and ComponentFactories.
|