@angular/core 17.3.2 → 17.3.4

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 (30) hide show
  1. package/esm2022/rxjs-interop/src/to_signal.mjs +2 -2
  2. package/esm2022/src/defer/instructions.mjs +2 -2
  3. package/esm2022/src/hydration/api.mjs +2 -3
  4. package/esm2022/src/render3/component_ref.mjs +1 -1
  5. package/esm2022/src/render3/util/injector_discovery_utils.mjs +12 -8
  6. package/esm2022/src/version.mjs +1 -1
  7. package/esm2022/testing/src/fake_async.mjs +6 -1
  8. package/esm2022/testing/src/logger.mjs +3 -3
  9. package/esm2022/testing/src/test_hooks.mjs +3 -3
  10. package/esm2022/testing/src/testing.mjs +2 -2
  11. package/fesm2022/core.mjs +11 -9
  12. package/fesm2022/core.mjs.map +1 -1
  13. package/fesm2022/primitives/signals.mjs +2 -2
  14. package/fesm2022/rxjs-interop.mjs +3 -3
  15. package/fesm2022/rxjs-interop.mjs.map +1 -1
  16. package/fesm2022/testing.mjs +8 -3
  17. package/fesm2022/testing.mjs.map +1 -1
  18. package/index.d.ts +2 -2
  19. package/package.json +1 -1
  20. package/primitives/signals/index.d.ts +2 -2
  21. package/rxjs-interop/index.d.ts +3 -3
  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/migrations/invalid-two-way-bindings/bundle.js +1 -1
  25. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +1 -1
  26. package/schematics/ng-generate/control-flow-migration/bundle.js +24 -12
  27. package/schematics/ng-generate/control-flow-migration/bundle.js.map +3 -3
  28. package/schematics/ng-generate/standalone-migration/bundle.js +9 -9
  29. package/schematics/ng-generate/standalone-migration/bundle.js.map +1 -1
  30. package/testing/index.d.ts +2 -2
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @license Angular v17.3.2
3
- * (c) 2010-2022 Google LLC. https://angular.io/
2
+ * @license Angular v17.3.4
3
+ * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "17.3.2",
3
+ "version": "17.3.4",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @license Angular v17.3.2
3
- * (c) 2010-2022 Google LLC. https://angular.io/
2
+ * @license Angular v17.3.4
3
+ * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @license Angular v17.3.2
3
- * (c) 2010-2022 Google LLC. https://angular.io/
2
+ * @license Angular v17.3.4
3
+ * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
@@ -140,7 +140,7 @@ export declare interface ToSignalOptions {
140
140
  injector?: Injector;
141
141
  /**
142
142
  * Whether the subscription should be automatically cleaned up (via `DestroyRef`) when
143
- * `toObservable`'s creation context is destroyed.
143
+ * `toSignal`'s creation context is destroyed.
144
144
  *
145
145
  * If manual cleanup is enabled, then `DestroyRef` is not used, and the subscription will persist
146
146
  * until the `Observable` itself completes.
@@ -26068,7 +26068,7 @@ function publishFacade(global) {
26068
26068
  }
26069
26069
 
26070
26070
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
26071
- var VERSION2 = new Version("17.3.2");
26071
+ var VERSION2 = new Version("17.3.4");
26072
26072
 
26073
26073
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26074
26074
  var _VisitorMode;