MCPcopy Index your code
hub / github.com/angular/angular / isStable

Method isStable

packages/core/testing/src/component_fixture.ts:224–226  ·  view source on GitHub ↗

* Return whether the fixture is currently stable or has async tasks that have not been completed * yet.

()

Source from the content-addressed store, hash-verified

222 * yet.
223 */
224 isStable(): boolean {
225 return !this.pendingTasks.hasPendingTasks;
226 }
227
228 /**
229 * Get a promise that resolves when the fixture is stable.

Callers 1

whenStableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected