-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathindex.ts
11 lines (11 loc) · 1.12 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
export {StackedColumnDirective,StackedColumnsDirective} from './grid/stacked-column.directive';
export {ColumnDirective,ColumnsDirective} from './grid/columns.directive';
export {AggregateColumnDirective,AggregateColumnsDirective} from './grid/aggregate-columns.directive';
export {AggregateDirective,AggregatesDirective} from './grid/aggregates.directive';
export { GridComponent} from './grid/grid.component';
export { GridModule } from './grid/grid.module';
export { GridAllModule, FilterService, PageService, SelectionService, SortService, GroupService, ReorderService, RowDDService, DetailRowService, ToolbarService, AggregateService, SearchService, VirtualScrollService, EditService, ResizeService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, FreezeService, ColumnMenuService, ColumnChooserService, ForeignKeyService, InfiniteScrollService, LazyLoadGroupService } from './grid/grid-all.module';
export { PagerComponent} from './pager/pager.component';
export { PagerModule } from './pager/pager.module';
export { PagerAllModule } from './pager/pager-all.module';
export * from '@syncfusion/ej2-grids';