@angular/core 17.3.5 → 17.3.7

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/src/change_detection/constants.mjs +2 -2
  2. package/esm2022/src/defer/instructions.mjs +31 -8
  3. package/esm2022/src/render3/after_render_hooks.mjs +2 -4
  4. package/esm2022/src/render3/component_ref.mjs +1 -1
  5. package/esm2022/src/render3/util/global_utils.mjs +5 -2
  6. package/esm2022/src/version.mjs +1 -1
  7. package/esm2022/testing/src/async.mjs +2 -2
  8. package/esm2022/testing/src/defer.mjs +1 -2
  9. package/esm2022/testing/src/logger.mjs +3 -3
  10. package/fesm2022/core.mjs +2132 -2107
  11. package/fesm2022/core.mjs.map +1 -1
  12. package/fesm2022/primitives/signals.mjs +1 -1
  13. package/fesm2022/rxjs-interop.mjs +1 -1
  14. package/fesm2022/testing.mjs +2 -3
  15. package/fesm2022/testing.mjs.map +1 -1
  16. package/index.d.ts +3 -3
  17. package/package.json +1 -1
  18. package/primitives/signals/index.d.ts +1 -1
  19. package/rxjs-interop/index.d.ts +1 -1
  20. package/schematics/migrations/block-template-entities/bundle.js +162 -162
  21. package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
  22. package/schematics/migrations/compiler-options/bundle.js +13 -13
  23. package/schematics/migrations/invalid-two-way-bindings/bundle.js +163 -163
  24. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +1 -1
  25. package/schematics/migrations/transfer-state/bundle.js +13 -13
  26. package/schematics/ng-generate/control-flow-migration/bundle.js +171 -171
  27. package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
  28. package/schematics/ng-generate/standalone-migration/bundle.js +456 -449
  29. package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
  30. package/testing/index.d.ts +2 -2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.3.5
2
+ * @license Angular v17.3.7
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.3.5
2
+ * @license Angular v17.3.7
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.3.5
2
+ * @license Angular v17.3.7
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -22,7 +22,7 @@ import { ResourceLoader } from '@angular/compiler';
22
22
  * object.doSomething.then(() => {
23
23
  * expect(...);
24
24
  * })
25
- * });
25
+ * })));
26
26
  * ```
27
27
  *
28
28
  * @publicApi
@@ -83,7 +83,6 @@ class DeferBlockFixture {
83
83
  const skipTimerScheduling = true;
84
84
  ɵrenderDeferBlockState(state, this.block.tNode, this.block.lContainer, skipTimerScheduling);
85
85
  this.componentFixture.detectChanges();
86
- return this.componentFixture.whenStable();
87
86
  }
88
87
  /**
89
88
  * Retrieves all nested child defer block fixtures