@angular-generic-table/core
Version:
A generic table component for Angular
27 lines (26 loc) • 1.66 kB
TypeScript
/**
* Generated bundle index. Do not edit.
*/
export * from './index';
export { GtCheckboxComponent as ɵv } from './components/gt-checkbox/gt-checkbox.component';
export { GtCustomComponentFactory as ɵc } from './components/gt-custom-component-factory';
export { GtDropdownComponent as ɵt } from './components/gt-dropdown.component';
export { PaginationPipe as ɵb } from './components/gt-pagination.component';
export { TableInfoPipe as ɵa } from './components/gt-table-info.component';
export { ComponentAnchorDirective as ɵe } from './directives/component-anchor.directive';
export { GtColumnWidthDirective as ɵu } from './directives/gt-column-width.directive';
export { DashCasePipe as ɵh } from './pipes/dash-case.pipe';
export { GtChunkPipe as ɵj } from './pipes/gt-chunk.pipe';
export { GtColumnClassPipe as ɵq } from './pipes/gt-column-class.pipe';
export { GtFilterPipe as ɵk } from './pipes/gt-filter.pipe';
export { GtIsEditablePipe as ɵs } from './pipes/gt-is-editable.pipe';
export { GtIsObservablePipe as ɵr } from './pipes/gt-is-observable.pipe';
export { GtMetaPipe as ɵd } from './pipes/gt-meta.pipe';
export { GtOrderByPipe as ɵl } from './pipes/gt-order-by.pipe';
export { GtPropertyPipe as ɵi } from './pipes/gt-property.pipe';
export { GtRenderPipe as ɵg } from './pipes/gt-render.pipe';
export { GtRowClassPipe as ɵp } from './pipes/gt-row-class.pipe';
export { GtSearchPipe as ɵm } from './pipes/gt-search.pipe';
export { GtTotalsPositionPipe as ɵo } from './pipes/gt-totals-position.pipe';
export { GtTotalsPipe as ɵn } from './pipes/gt-totals.pipe';
export { GtVisiblePipe as ɵf } from './pipes/gt-visible.pipe';