We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6cd21 commit c28675eCopy full SHA for c28675e
projects/components/src/public-api.ts
@@ -238,6 +238,7 @@ export { TableCellRenderer } from './table/cells/table-cell-renderer';
238
export { TableCellParser } from './table/cells/table-cell-parser';
239
export * from './table/cells/data-parsers/table-cell-no-op-parser';
240
export * from './table/cells/data-parsers/table-cell-string-parser';
241
+export * from './table/cells/data-parsers/table-cell-timestamp-parser';
242
243
// Table Controls
244
export * from './table/controls/table-controls.module';
0 commit comments