UNPKG

ng2-materialize

Version:

An Angular 2+ wrap around Materialize library

5 lines (4 loc) 193 B
import { ComponentFixture } from '@angular/core/testing'; export declare function buildComponent<T>(template: string, bindings?: { [key: string]: any; }): Promise<ComponentFixture<T>>;