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

committed by
Jason Aden

parent
8a6eb1ac78
commit
54a6e4ff9e
@ -130,6 +130,7 @@ export abstract class RendererFactory2 {
|
||||
abstract createRenderer(hostElement: any, type: RendererType2|null): Renderer2;
|
||||
abstract begin?(): void;
|
||||
abstract end?(): void;
|
||||
abstract whenRenderingDone?(): Promise<any>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user