Skip to content

Commit b684df2

Browse files
committed
feat: support full and partial resets via reset() in withReset()
Signed-off-by: Clarchik <[email protected]>
1 parent 1e2d0a6 commit b684df2

File tree

3 files changed

+642
-3
lines changed

3 files changed

+642
-3
lines changed

libs/ngrx-toolkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export {
2121
export * from './lib/with-call-state';
2222
export * from './lib/with-data-service';
2323
export * from './lib/with-pagination';
24-
export { setResetState, withReset } from './lib/with-reset';
24+
export { reset, setResetState, withReset } from './lib/with-reset';
2525
export * from './lib/with-undo-redo';
2626

2727
export { withImmutableState } from './lib/immutable-state/with-immutable-state';

0 commit comments

Comments
 (0)