angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
181 stars 23 forks source link

support to clear/reset undoRedo stack in `withUndoRedo` #105

Open LukasSefcik opened 9 hours ago

LukasSefcik commented 9 hours ago

I would like to add support for resetting the stack in certain cases. So I imagine it as adding a reset method that would clear the stack. If this solution sounds good to you, I can prepare a PR.

rainerhahnekamp commented 9 hours ago

Please proceed @LukasSefcik