@angular/core 17.2.0-rc.1 → 17.2.1
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/esm2022/src/authoring/input/input_signal_node.mjs +1 -1
- package/esm2022/src/authoring/model/model.mjs +2 -2
- package/esm2022/src/authoring/model/model_signal.mjs +7 -10
- package/esm2022/src/defer/instructions.mjs +5 -4
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/instructions/listener.mjs +10 -5
- package/esm2022/src/render3/node_manipulation.mjs +2 -2
- package/esm2022/src/render3/query.mjs +2 -2
- package/esm2022/src/render3/query_reactive.mjs +14 -2
- package/esm2022/src/render3/reactivity/signal.mjs +2 -3
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +39 -38
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +4 -17
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +1 -1
- package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +26 -13
- package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
- package/testing/index.d.ts +1 -1
- package/esm2022/src/authoring/model/model_signal_node.mjs +0 -21
|
@@ -25992,7 +25992,7 @@ function publishFacade(global) {
|
|
|
25992
25992
|
}
|
|
25993
25993
|
|
|
25994
25994
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
25995
|
-
var VERSION2 = new Version("17.2.
|
|
25995
|
+
var VERSION2 = new Version("17.2.1");
|
|
25996
25996
|
|
|
25997
25997
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
25998
25998
|
var _VisitorMode;
|