@angular-mdl/core
Version:
Angular components, directives and styles based on material design lite https://getmdl.io.
11 lines (10 loc) • 1.08 kB
TypeScript
import { ModuleWithProviders } from "@angular/core";
import * as i0 from "@angular/core";
import * as i1 from "./mdl-card.component";
export declare class MdlCardModule {
static forRoot(): ModuleWithProviders<MdlCardModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MdlCardModule, [typeof i1.MdlCardComponent, typeof i1.MdlCardTitleComponent, typeof i1.MdlCardMediaComponent, typeof i1.MdlCardSupportingTextComponent, typeof i1.MdlCardActionsComponent, typeof i1.MdlCardMenuComponent, typeof i1.MdlCardTitleTextDirective, typeof i1.MdlCardBorderDirective, typeof i1.MdlCardExpandDirective], never, [typeof i1.MdlCardComponent, typeof i1.MdlCardTitleComponent, typeof i1.MdlCardMediaComponent, typeof i1.MdlCardSupportingTextComponent, typeof i1.MdlCardActionsComponent, typeof i1.MdlCardMenuComponent, typeof i1.MdlCardTitleTextDirective, typeof i1.MdlCardBorderDirective, typeof i1.MdlCardExpandDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MdlCardModule>;
}
export * from "./mdl-card.component";