@angular/core 17.0.1 → 17.0.2

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 (33) hide show
  1. package/esm2022/src/core_private_export.mjs +2 -2
  2. package/esm2022/src/core_render3_private_export.mjs +2 -2
  3. package/esm2022/src/defer/instructions.mjs +3 -3
  4. package/esm2022/src/hydration/api.mjs +3 -3
  5. package/esm2022/src/image_performance_warning.mjs +4 -4
  6. package/esm2022/src/linker/component_factory.mjs +1 -3
  7. package/esm2022/src/render3/after_render_hooks.mjs +4 -4
  8. package/esm2022/src/render3/features/standalone_feature.mjs +3 -6
  9. package/esm2022/src/render3/instructions/control_flow.mjs +4 -7
  10. package/esm2022/src/render3/list_reconciliation.mjs +5 -4
  11. package/esm2022/src/render3/metadata.mjs +20 -20
  12. package/esm2022/src/util/performance.mjs +9 -4
  13. package/esm2022/src/version.mjs +1 -1
  14. package/esm2022/testing/src/logger.mjs +3 -3
  15. package/esm2022/testing/src/test_bed.mjs +3 -3
  16. package/esm2022/testing/src/test_bed_compiler.mjs +7 -7
  17. package/fesm2022/core.mjs +44 -46
  18. package/fesm2022/core.mjs.map +1 -1
  19. package/fesm2022/primitives/signals.mjs +1 -1
  20. package/fesm2022/rxjs-interop.mjs +1 -1
  21. package/fesm2022/testing.mjs +8 -8
  22. package/fesm2022/testing.mjs.map +1 -1
  23. package/index.d.ts +9 -10
  24. package/package.json +1 -1
  25. package/primitives/signals/index.d.ts +1 -1
  26. package/rxjs-interop/index.d.ts +1 -1
  27. package/schematics/migrations/block-template-entities/bundle.js +1 -1
  28. package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
  29. package/schematics/ng-generate/control-flow-migration/bundle.js +1 -1
  30. package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
  31. package/schematics/ng-generate/standalone-migration/bundle.js +86 -32
  32. package/schematics/ng-generate/standalone-migration/bundle.js.map +4 -4
  33. package/testing/index.d.ts +1 -1
@@ -24761,7 +24761,7 @@ function publishFacade(global) {
24761
24761
  }
24762
24762
 
24763
24763
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
24764
- var VERSION2 = new Version("17.0.1");
24764
+ var VERSION2 = new Version("17.0.2");
24765
24765
 
24766
24766
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
24767
24767
  var _VisitorMode;