UNPKG

@angular-mdl/core

Version:

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

32 lines (31 loc) 2.36 kB
import { ModuleWithProviders } from "@angular/core"; import * as i0 from "@angular/core"; import * as i1 from "./mdl-layout.component"; import * as i2 from "./mdl-layout-header.component"; import * as i3 from "./mdl-layout-drawer.component"; import * as i4 from "./mdl-layout-content.component"; import * as i5 from "./mdl-layout-header-transparent.directive"; import * as i6 from "./mdl-layout-header-row.component"; import * as i7 from "./mdl-layout-title.component"; import * as i8 from "./mdl-layout-spacer.component"; import * as i9 from "./mdl-layout-tab-panel.component"; import * as i10 from "../icon/mdl-icon.module"; import * as i11 from "../common/mdl-common.module"; import * as i12 from "../ripple/mdl-ripple.module"; import * as i13 from "../tabs/mdl-tabs.module"; import * as i14 from "@angular/common"; export * from "./mdl-layout.component"; export * from "./mdl-layout-header.component"; export * from "./mdl-layout-drawer.component"; export * from "./mdl-layout-content.component"; export * from "./mdl-layout-header-transparent.directive"; export * from "./mdl-layout-header-row.component"; export * from "./mdl-layout-title.component"; export * from "./mdl-layout-spacer.component"; export * from "./mdl-layout-tab-panel.component"; export declare class MdlLayoutModule { static forRoot(): ModuleWithProviders<MdlLayoutModule>; static ɵfac: i0.ɵɵFactoryDeclaration<MdlLayoutModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<MdlLayoutModule, [typeof i1.MdlLayoutComponent, typeof i2.MdlLayoutHeaderComponent, typeof i3.MdlLayoutDrawerComponent, typeof i4.MdlLayoutContentComponent, typeof i5.MdlLayoutHeaderTransparentDirective, typeof i6.MdlLayoutHeaderRowComponent, typeof i7.MdlLayoutTitleComponent, typeof i8.MdlLayoutSpacerComponent, typeof i9.MdlLayoutTabPanelComponent], [typeof i10.MdlIconModule, typeof i11.MdlCommonsModule, typeof i12.MdlRippleModule, typeof i13.MdlTabsModule, typeof i14.CommonModule], [typeof i1.MdlLayoutComponent, typeof i2.MdlLayoutHeaderComponent, typeof i3.MdlLayoutDrawerComponent, typeof i4.MdlLayoutContentComponent, typeof i5.MdlLayoutHeaderTransparentDirective, typeof i6.MdlLayoutHeaderRowComponent, typeof i7.MdlLayoutTitleComponent, typeof i8.MdlLayoutSpacerComponent, typeof i9.MdlLayoutTabPanelComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<MdlLayoutModule>; }