@angular/core 14.0.0-next.5 → 14.0.0-next.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 v14.0.0-next.5
2
+ * @license Angular v14.0.0-next.6
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -374,7 +374,8 @@ function tick(millis = 0, tickOptions = {
374
374
  throw new Error(fakeAsyncTestModuleNotLoadedErrorMessage);
375
375
  }
376
376
  /**
377
- * Simulates the asynchronous passage of time for the timers in the `fakeAsync` zone by
377
+ * Flushes any pending microtasks and simulates the asynchronous passage of time for the timers in
378
+ * the `fakeAsync` zone by
378
379
  * draining the macrotask queue until it is empty.
379
380
  *
380
381
  * @param maxTurns The maximum number of times the scheduler attempts to clear its queue before