refactor(animations): make animation testing work with fixture.whenRenderingDone
This commit is contained in:

committed by
Jason Aden

parent
8a6eb1ac78
commit
54a6e4ff9e
1
tools/public_api_guard/core/core.d.ts
vendored
1
tools/public_api_guard/core/core.d.ts
vendored
@ -846,6 +846,7 @@ export declare abstract class RendererFactory2 {
|
||||
abstract begin?(): void;
|
||||
abstract createRenderer(hostElement: any, type: RendererType2 | null): Renderer2;
|
||||
abstract end?(): void;
|
||||
abstract whenRenderingDone?(): Promise<any>;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
|
Reference in New Issue
Block a user