@ea-controls/mat-table-extensions
Version:
Angular directives that allows to extend Angular [mat-table](https://material.angular.io/components/table/overview) features
10 lines (9 loc) • 790 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./cell";
import * as i2 from "./row";
import * as i3 from "@angular/material/table";
export declare class MatExtraTableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MatExtraTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatExtraTableModule, never, [typeof i1.MatExtraHeaderCellDefDirective, typeof i1.MatExtraFooterCellDefDirective, typeof i2.MatExtraHeaderRowDefDirective, typeof i2.MatExtraFooterRowDefDirective, typeof i3.MatTableModule], [typeof i1.MatExtraHeaderCellDefDirective, typeof i1.MatExtraFooterCellDefDirective, typeof i2.MatExtraHeaderRowDefDirective, typeof i2.MatExtraFooterRowDefDirective, typeof i3.MatTableModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatExtraTableModule>;
}