@rxap/data-grid
Version:
Provides a data grid component for Angular applications. It supports plain and form modes, custom header and cell templates, and integration with Rxap Forms and Data Sources. The component allows for displaying and editing data in a tabular format with fe
12 lines (11 loc) • 916 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./data-grid.component";
import * as i2 from "./data-grid-row-def.directive";
import * as i3 from "./data-grid-header-cell-def.directive";
import * as i4 from "./data-grid-cell-def.directive";
import * as i5 from "./data-grid-edit-cell-def.directive";
export declare class DataGridModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DataGridModule, never, [typeof i1.DataGridComponent, typeof i2.DataGridRowDefDirective, typeof i3.DataGridHeaderCellDefDirective, typeof i4.DataGridCellDefDirective, typeof i5.DataGridEditCellDefDirective], [typeof i1.DataGridComponent, typeof i2.DataGridRowDefDirective, typeof i3.DataGridHeaderCellDefDirective, typeof i4.DataGridCellDefDirective, typeof i5.DataGridEditCellDefDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DataGridModule>;
}