@angular/core 19.2.23 → 19.2.24
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/event_dispatcher.d-K56StcHr.d.ts +1 -1
- package/fesm2022/core.mjs +3 -3
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/di.mjs +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 +1 -1
- package/fesm2022/untracked-BKcld_ew.mjs +1 -1
- package/index.d.ts +1 -1
- package/navigation_types.d-fAxd92YV.d.ts +1 -1
- package/package.json +1 -1
- package/primitives/di/index.d.ts +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/add-bootstrap-context-to-server-main.cjs +2 -2
- package/schematics/bundles/{apply_import_manager-D8er9283.cjs → apply_import_manager-BbFeLcLi.cjs} +3 -3
- package/schematics/bundles/{change_tracker-BMoOL0o6.cjs → change_tracker-D8VqqRh8.cjs} +2 -2
- package/schematics/bundles/{checker-C9K-IOAk.cjs → checker-D2h8Lo1k.cjs} +5 -5
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/compiler_host-CAfDJO3W.cjs +1 -1
- package/schematics/bundles/control-flow-migration.cjs +3 -3
- package/schematics/bundles/explicit-standalone-flag.cjs +3 -3
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/{index-C55Aq2GC.cjs → index-BLUIesqz.cjs} +12 -12
- package/schematics/bundles/{index-C0sKgTb6.cjs → index-DLem9898.cjs} +4 -4
- package/schematics/bundles/inject-migration.cjs +3 -3
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/{migrate_ts_type_references-CjUloDnc.cjs → migrate_ts_type_references-CTW1K_It.cjs} +5 -5
- package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +6 -6
- package/schematics/bundles/pending-tasks.cjs +3 -3
- package/schematics/bundles/{project_paths-D8qIpJ6r.cjs → project_paths-BLa8y6lS.cjs} +3 -3
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/provide-initializer.cjs +3 -3
- package/schematics/bundles/route-lazy-loading.cjs +3 -3
- package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
- package/schematics/bundles/signal-input-migration.cjs +7 -7
- package/schematics/bundles/signal-queries-migration.cjs +7 -7
- package/schematics/bundles/signals.cjs +7 -7
- package/schematics/bundles/standalone-migration.cjs +4 -4
- package/testing/index.d.ts +1 -1
- package/weak_ref.d-DWHPG08n.d.ts +1 -1
package/fesm2022/core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.24
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -18255,7 +18255,7 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
18255
18255
|
const cmpDef = this.componentDef;
|
|
18256
18256
|
ngDevMode && verifyNotAnOrphanComponent(cmpDef);
|
|
18257
18257
|
const tAttributes = rootSelectorOrNode
|
|
18258
|
-
? ['ng-version', '19.2.
|
|
18258
|
+
? ['ng-version', '19.2.24']
|
|
18259
18259
|
: // Extract attributes and classes from the first selector only to match VE behavior.
|
|
18260
18260
|
extractAttrsAndClassesFromSelector(this.componentDef.selectors[0]);
|
|
18261
18261
|
// Create the root view. Uses empty TView and ContentTemplate.
|
|
@@ -35035,7 +35035,7 @@ class Version {
|
|
|
35035
35035
|
/**
|
|
35036
35036
|
* @publicApi
|
|
35037
35037
|
*/
|
|
35038
|
-
const VERSION = new Version('19.2.
|
|
35038
|
+
const VERSION = new Version('19.2.24');
|
|
35039
35039
|
|
|
35040
35040
|
/**
|
|
35041
35041
|
* Combination of NgModuleFactory and ComponentFactories.
|