ng-turkey / ngxs-reset-plugin

Reset plugin for NGXS: Effortlessly clears, resets, or overwrites NGXS states respecting the state tree.
https://stackblitz.com/edit/ngxs-pizza
MIT License
108 stars 8 forks source link

Feature/state reset except #12

Closed armanozak closed 5 years ago

armanozak commented 5 years ago

Solves #11

This pull request provides a StateResetAll action to reset all states except given ones. Please refer to changes on README.md to see how it works.

Note: Lazy loaded states are not handled in this version. Instead, a notice is placed in the README file.