bk-angular-table
Version:
An Angular 19 table, with pagination, sorting, filter etc.
18 lines (17 loc) • 1.14 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./bk-angular-table.component";
import * as i2 from "@angular/common";
import * as i3 from "@angular/forms";
import * as i4 from "@angular/material/checkbox";
import * as i5 from "@angular/material/form-field";
import * as i6 from "@angular/material/paginator";
import * as i7 from "@angular/material/input";
import * as i8 from "@angular/material/sort";
import * as i9 from "@angular/material/table";
import * as i10 from "@angular/material/tooltip";
import * as i11 from "@angular/material/snack-bar";
export declare class BkTableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BkTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BkTableModule, [typeof i1.BkAngularTableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatCheckboxModule, typeof i5.MatFormFieldModule, typeof i6.MatPaginatorModule, typeof i7.MatInputModule, typeof i8.MatSortModule, typeof i9.MatTableModule, typeof i10.MatTooltipModule, typeof i11.MatSnackBarModule], [typeof i1.BkAngularTableComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BkTableModule>;
}