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

Support lazy loading #16

Closed ThibaudAV closed 5 years ago

ThibaudAV commented 5 years ago

Remains subscribed to ngxs UpdateState to complete the initial saved state

WIP

15

ThibaudAV commented 5 years ago

oops, I didn't change the readme either. I saw that the linter was in error and not integrated into Travis.

armanozak commented 5 years ago

I've changed the readme. There was also minor a test coverage issue due to destructuring from AdminState instead of using the selector. Fixed it too, along with our previous errors.

I also have just created a PR regarding the linting errors. Some rules do not apply to this project and are removed. Others are fixed.

You are right about Travis, too. @Semyonic will probably find this interesting. 🙂

Thanks again for your remarkable contribution!