UNPKG

@syncfusion/ej2-angular-treegrid

Version:
9 lines (8 loc) 989 B
export { StackedColumnDirective, StackedColumnsDirective } from './treegrid/stacked-column.directive'; export { ColumnDirective, ColumnsDirective } from './treegrid/columns.directive'; export { AggregateColumnDirective, AggregateColumnsDirective } from './treegrid/aggregate-columns.directive'; export { AggregateDirective, AggregatesDirective } from './treegrid/aggregates.directive'; export { TreeGridComponent } from './treegrid/treegrid.component'; export { TreeGridModule } from './treegrid/treegrid.module'; export { TreeGridAllModule, FilterService, PageService, SortService, ReorderService, ToolbarService, AggregateService, ResizeService, ColumnMenuService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, EditService, SelectionService, VirtualScrollService, DetailRowService, RowDDService, FreezeService, ColumnChooserService, LoggerService, InfiniteScrollService } from './treegrid/treegrid-all.module'; export * from '@syncfusion/ej2-treegrid';