feat(core): introduce fixture.whenRenderingDone for testing (#16732)
This commit is contained in:

committed by
Jason Aden

parent
06264645fd
commit
38c524d655
1
tools/public_api_guard/core/testing.d.ts
vendored
1
tools/public_api_guard/core/testing.d.ts
vendored
@ -16,6 +16,7 @@ export declare class ComponentFixture<T> {
|
||||
destroy(): void;
|
||||
detectChanges(checkNoChanges?: boolean): void;
|
||||
isStable(): boolean;
|
||||
whenRenderingDone(): Promise<any>;
|
||||
whenStable(): Promise<any>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user