UNPKG

angular2-mdl

Version:

Angular 2 components, directives and styles based on material design lite https://getmdl.io.

9 lines (8 loc) 298 B
import { ModuleWithProviders } from '@angular/core'; export * from './mdl-dialog.component'; export * from './mdl-dialog.service'; export * from './mdl-dialog-configuration'; export * from './mdl-alert.component'; export declare class MdlDialogModule { static forRoot(): ModuleWithProviders; }