@angular/core 17.3.5 → 17.3.6

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.3.5
2
+ * @license Angular v17.3.6
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.6
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.6
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