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

Method whenStable

packages/core/src/testability/testability.ts:23–23  ·  view source on GitHub ↗
(callback: Function, timeout?: number, updateCallback?: Function)

Source from the content-addressed store, hash-verified

21export declare interface PublicTestability {
22 isStable(): boolean;
23 whenStable(callback: Function, timeout?: number, updateCallback?: Function): void;
24 findProviders(using: any, provider: string, exactMatch: boolean): any[];
25}
26

Callers 15

provideClientHydrationFunction · 0.65
whenAllStableMethod · 0.65
noopAnimationTestsFunction · 0.65
untilStableFunction · 0.65
ngswAppInitializerFunction · 0.65

Implementers 3

Testabilitypackages/core/src/testability/testabil
ApplicationRefpackages/core/src/application/applicat
ComponentFixturepackages/core/testing/src/component_fi

Calls

no outgoing calls

Tested by 15

actAsyncFunction · 0.52
actAsyncFunction · 0.52
actFunction · 0.52
actFunction · 0.52
whenStableFunction · 0.52
initComponentFunction · 0.52
loadItemsFunction · 0.52
configureTestingModuleFunction · 0.52
createComponentFunction · 0.52
emitDataFunction · 0.52