MCPcopy Create free account
hub / github.com/angular/components / forceStabilize

Method forceStabilize

src/cdk/testing/component-harness.ts:311–311  ·  view source on GitHub ↗

* 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.

()

Source from the content-addressed store, hash-verified

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

Callers 4

closeTimepickerMethod · 0.65
closeCalendarMethod · 0.65
closeCalendarFunction · 0.65
forceStabilizeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected