* Flushes change detection and async tasks captured in the Angular zone. * In most cases it should not be necessary to call this manually. However, there may be some edge * cases where it is needed to fully flush animation events.
()
| 309 | * cases where it is needed to fully flush animation events. |
| 310 | */ |
| 311 | forceStabilize(): Promise<void>; |
| 312 | |
| 313 | /** |
| 314 | * Waits for all scheduled or running async tasks to complete. This allows harness |
no outgoing calls
no test coverage detected