UNPKG

@dbg-riskit/angular-testing

Version:

4 lines (3 loc) 255 B
import { Type } from '@angular/core'; export declare function disableMaterialAnimations(ngModule: Type<any>): void; export declare function compileTestBed(compileFunction: () => Promise<any>, destroyFunction?: () => void, stubMatchMedia?: boolean): void;