ng-fusion-ui
Version:
Angular data table library!
20 lines (19 loc) • 2.09 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./table/table.component";
import * as i2 from "./column/column.component";
import * as i3 from "./directives/column-cell.directive";
import * as i4 from "./directives/column-actions.directive";
import * as i5 from "./directives/column-header.directive";
import * as i6 from "./directives/column-header-addon.directive";
import * as i7 from "./directives/table-cell-context-menu.directive";
import * as i8 from "./directives/table-expand-row.directive";
import * as i9 from "./directives/table-no-data.directive";
import * as i10 from "./directives/table-sidebar.directive";
import * as i11 from "./directives/table-toolbar.directive";
import * as i12 from "./directives/button.directive";
import * as i13 from "./directives/highlight.directive";
export declare class FuTableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FuTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FuTableModule, never, [typeof i1.FuTableComponent, typeof i2.FuColumnComponent, typeof i3.FuColumnCellTemplateDirective, typeof i4.FuColumnActionsTemplateDirective, typeof i5.FuColumnHeaderTemplateDirective, typeof i6.FuColumnHeaderAddonTemplateDirective, typeof i7.FuTableCellContextMenuTemplateDirective, typeof i8.FuTableExpandRowTemplateDirective, typeof i9.FuTableNoDataTemplateDirective, typeof i10.FuTableSidebarTemplateDirective, typeof i11.FuTableToolbarTemplateDirective, typeof i12.FuTButtonDirective, typeof i13.FuHighlightDirective], [typeof i1.FuTableComponent, typeof i2.FuColumnComponent, typeof i3.FuColumnCellTemplateDirective, typeof i4.FuColumnActionsTemplateDirective, typeof i5.FuColumnHeaderTemplateDirective, typeof i6.FuColumnHeaderAddonTemplateDirective, typeof i7.FuTableCellContextMenuTemplateDirective, typeof i8.FuTableExpandRowTemplateDirective, typeof i9.FuTableNoDataTemplateDirective, typeof i10.FuTableSidebarTemplateDirective, typeof i11.FuTableToolbarTemplateDirective, typeof i12.FuTButtonDirective, typeof i13.FuHighlightDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FuTableModule>;
}