UNPKG

@angular-mdl/core

Version:

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

24 lines (23 loc) 1.39 kB
import { ModuleWithProviders } from "@angular/core"; import * as i0 from "@angular/core"; import * as i1 from "./mdl-dialog.component"; import * as i2 from "./mdl-alert.component"; import * as i3 from "./mdl-dialog-host.component"; import * as i4 from "./mdl-simple-dialog.component"; import * as i5 from "@angular/common"; import * as i6 from "../common/mdl-common.module"; import * as i7 from "../button/mdl-button.module"; import * as i8 from "../dialog-outlet/mdl-dialog-outlet.module"; export * from "./mdl-dialog.component"; export * from "./mdl-dialog.service"; export * from "./mdl-dialog-configuration"; export * from "./mdl-alert.component"; export * from "./mdl-dialog-host.component"; export * from "./mdl-simple-dialog.component"; export * from "./mdl-dialog-reference"; export declare class MdlDialogModule { static forRoot(): ModuleWithProviders<MdlDialogModule>; static ɵfac: i0.ɵɵFactoryDeclaration<MdlDialogModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<MdlDialogModule, [typeof i1.MdlDialogComponent, typeof i2.MdlAlertComponent, typeof i3.MdlDialogHostComponent, typeof i4.MdlSimpleDialogComponent], [typeof i5.CommonModule, typeof i6.MdlCommonsModule, typeof i7.MdlButtonModule, typeof i8.MdlDialogOutletModule], [typeof i1.MdlDialogComponent, typeof i2.MdlAlertComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<MdlDialogModule>; }