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

Function forceStabilize

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

* Flushes change detection and async tasks 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

460 * cases where it is needed to fully flush animation events.
461 */
462 protected async forceStabilize() {
463 return this.locatorFactory.forceStabilize();
464 }
465
466 /**
467 * Waits for all scheduled or running async tasks to complete. This allows harness

Callers

nothing calls this directly

Calls 1

forceStabilizeMethod · 0.65

Tested by

no test coverage detected