ng-fusion-ui
Version:
Angular data table library!
20 lines (19 loc) • 1.51 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./table/table.component";
import * as i2 from "./tbody-cell/tbody-cell.component";
import * as i3 from "./thead-cell/thead-cell.component";
import * as i4 from "./tbody-actions/tbody-actions.component";
import * as i5 from "./directives/body-template.directive";
import * as i6 from "./directives/header-template.directive";
import * as i7 from "./directives/expand-template.directive";
import * as i8 from "./directives/popup-template.directive";
import * as i9 from "./directives/highlight.directive";
/**
* @deprecated DataTableModule is deprecated and will be removed in v1.
* Please migrate to the new - FuTableModule API.
*/
export declare class DataTableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DataTableModule, never, [typeof i1.TableComponent, typeof i2.TbodyCellComponent, typeof i3.TheadCellComponent, typeof i4.TbodyActionsComponent, typeof i5.BodyTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.ExpandTemplateDirective, typeof i8.PopupTemplateDirective, typeof i9.HighlightDirective], [typeof i1.TableComponent, typeof i2.TbodyCellComponent, typeof i3.TheadCellComponent, typeof i4.TbodyActionsComponent, typeof i5.BodyTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.ExpandTemplateDirective, typeof i8.PopupTemplateDirective, typeof i9.HighlightDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DataTableModule>;
}