UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

9 lines (8 loc) 403 B
export * from './table.module'; export * from './_directives/table-cell.directive'; export * from './_directives/table-header.directive'; export * from './_directives/table-selection-free.directive'; export * from './_directives/table-selection-row.directive'; export * from './table/table.component'; export * from './table-filter/table-filter.component'; export * from './_models/table-column.model';