UNPKG

@iladiro/angular-material-table-library

Version:
16 lines (15 loc) 1.19 kB
import * as i0 from "@angular/core"; import * as i1 from "./components/table/table.component"; import * as i2 from "./components/table-cell/table-cell.component"; import * as i3 from "./components/filter-form/filter-form.component"; import * as i4 from "./components/selected-filter/selected-filter.component"; import * as i5 from "./pipes/replace.pipe"; import * as i6 from "./pipes/day-difference-from-today.pipe"; import * as i7 from "@angular/platform-browser"; import * as i8 from "./material/material.module"; import * as i9 from "@angular/forms"; export declare class IladiroAngularMaterialTableLibraryModule { static ɵfac: i0.ɵɵFactoryDeclaration<IladiroAngularMaterialTableLibraryModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<IladiroAngularMaterialTableLibraryModule, [typeof i1.TableComponent, typeof i2.TableCellComponent, typeof i3.FilterFormComponent, typeof i4.SelectedFilterComponent, typeof i5.ReplacePipe, typeof i6.DayDifferenceFromTodayPipe], [typeof i7.BrowserModule, typeof i8.IladiroMaterialModule, typeof i9.FormsModule], [typeof i1.TableComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<IladiroAngularMaterialTableLibraryModule>; }