UNPKG

ng-fusion-ui

Version:

Angular data table library!

19 lines (18 loc) 851 B
export * from './table.module'; export * from './table/table.component'; export * from './column/column.component'; export * from './directives/column-cell.directive'; export * from './directives/button.directive'; export * from './directives/column-actions.directive'; export * from './directives/column-header.directive'; export * from './directives/column-header-addon.directive'; export * from './directives/table-cell-context-menu.directive'; export * from './directives/table-expand-row.directive'; export * from './directives/table-no-data.directive'; export * from './directives/table-sidebar.directive'; export * from './directives/table-toolbar.directive'; export * from './directives/highlight.directive'; export * from './pipes/highlight'; export * from './helpers'; export * from './services/table-intl.service'; export * from './types';