@angular-mdl/core
Version:
Angular components, directives and styles based on material design lite https://getmdl.io.
15 lines (14 loc) • 894 B
TypeScript
import { ModuleWithProviders } from "@angular/core";
import * as i0 from "@angular/core";
import * as i1 from "./mdl-table.component";
import * as i2 from "../checkbox/mdl-checkbox.module";
import * as i3 from "../common/mdl-common.module";
import * as i4 from "@angular/common";
import * as i5 from "@angular/forms";
export * from "./mdl-table.component";
export declare class MdlTableModule {
static forRoot(): ModuleWithProviders<MdlTableModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MdlTableModule, [typeof i1.MdlTableComponent, typeof i1.MdlSelectableTableComponent], [typeof i2.MdlCheckboxModule, typeof i3.MdlCommonsModule, typeof i4.CommonModule, typeof i5.FormsModule], [typeof i1.MdlTableComponent, typeof i1.MdlSelectableTableComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MdlTableModule>;
}