angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
13 lines (12 loc) • 969 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/mdb-table-pagination.component";
import * as i2 from "./directives/mdb-table-row.directive";
import * as i3 from "./directives/mdb-table-scroll.directive";
import * as i4 from "./directives/mdb-table-sort.directive";
import * as i5 from "./directives/mdb-table.directive";
import * as i6 from "@angular/common";
export declare class TableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.MdbTablePaginationComponent, typeof i2.MdbTableRowDirective, typeof i3.MdbTableScrollDirective, typeof i4.MdbTableSortDirective, typeof i5.MdbTableDirective], [typeof i6.CommonModule], [typeof i1.MdbTablePaginationComponent, typeof i2.MdbTableRowDirective, typeof i3.MdbTableScrollDirective, typeof i4.MdbTableSortDirective, typeof i5.MdbTableDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
}