@syncfusion/ej2-angular-grids
Version:
Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular
16 lines (15 loc) • 1.18 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./grid.component";
import * as i2 from "./stacked-column.directive";
import * as i3 from "./columns.directive";
import * as i4 from "./aggregate-columns.directive";
import * as i5 from "./aggregates.directive";
import * as i6 from "@angular/common";
/**
* NgModule definition for the Grid component.
*/
export declare class GridModule {
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective], [typeof i6.CommonModule], [typeof i1.GridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
}