angular-architects / ngrx-toolkit

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

feat: add undo-redo skip and keys options, docs and unit tests #83

Closed marcindz88 closed 3 months ago

marcindz88 commented 3 months ago

This pull requests closes issues #81 and #78, while adding unit tests and docs for und-redo feature. Also for more manageable configs of the feature I have changed the typing of it, which allows for better type suggestions and checking.