Skip to content

Commit 38a4668

Browse files
committed
chore: export string cell parser
1 parent db48de1 commit 38a4668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/components/src/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export * from './table/cells/table-cell-parser-lookup.service';
237237
export { TableCellRenderer } from './table/cells/table-cell-renderer';
238238
export { TableCellParser } from './table/cells/table-cell-parser';
239239
export * from './table/cells/data-parsers/table-cell-no-op-parser';
240+
export * from './table/cells/data-parsers/table-cell-string-parser';
240241

241242
// Table Controls
242243
export * from './table/controls/table-controls.module';

0 commit comments

Comments
 (0)