Skip to content

Commit cf6d3ce

Browse files
committed
feat(undo/redo): export clearUndoRedo function for improved state management
1 parent 2c77af3 commit cf6d3ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libs/ngrx-toolkit/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ export {
1818
withRedux,
1919
} from './lib/with-redux';
2020

21+
export { clearUndoRedo } from './lib/undo-redo/clear-undo-redo';
2122
export * from './lib/undo-redo/with-undo-redo';
23+
2224
export * from './lib/with-call-state';
2325
export * from './lib/with-data-service';
2426
export * from './lib/with-pagination';

0 commit comments

Comments
 (0)