@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.
Files changed (29) hide show
  1. package/esm2022/src/authoring/input/input_signal_node.mjs +1 -1
  2. package/esm2022/src/authoring/model/model.mjs +2 -2
  3. package/esm2022/src/authoring/model/model_signal.mjs +7 -10
  4. package/esm2022/src/defer/instructions.mjs +5 -4
  5. package/esm2022/src/render3/component_ref.mjs +1 -1
  6. package/esm2022/src/render3/instructions/listener.mjs +10 -5
  7. package/esm2022/src/render3/node_manipulation.mjs +2 -2
  8. package/esm2022/src/render3/query.mjs +2 -2
  9. package/esm2022/src/render3/query_reactive.mjs +14 -2
  10. package/esm2022/src/render3/reactivity/signal.mjs +2 -3
  11. package/esm2022/src/version.mjs +1 -1
  12. package/esm2022/testing/src/logger.mjs +3 -3
  13. package/fesm2022/core.mjs +39 -38
  14. package/fesm2022/core.mjs.map +1 -1
  15. package/fesm2022/primitives/signals.mjs +1 -1
  16. package/fesm2022/rxjs-interop.mjs +1 -1
  17. package/fesm2022/testing.mjs +1 -1
  18. package/index.d.ts +4 -17
  19. package/package.json +1 -1
  20. package/primitives/signals/index.d.ts +1 -1
  21. package/rxjs-interop/index.d.ts +1 -1
  22. package/schematics/migrations/block-template-entities/bundle.js +1 -1
  23. package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
  24. package/schematics/ng-generate/control-flow-migration/bundle.js +1 -1
  25. package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
  26. package/schematics/ng-generate/standalone-migration/bundle.js +26 -13
  27. package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
  28. package/testing/index.d.ts +1 -1
  29. 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.0-rc.1");
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;