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 db48de1 commit 38a4668Copy full SHA for 38a4668
projects/components/src/public-api.ts
@@ -237,6 +237,7 @@ export * from './table/cells/table-cell-parser-lookup.service';
237
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
242
// Table Controls
243
export * from './table/controls/table-controls.module';
0 commit comments