mobxjs / mobx-angular

The MobX connector for Angular.
MIT License
483 stars 59 forks source link

how to reset store #73

Closed rameezfsitix closed 6 years ago

rameezfsitix commented 6 years ago

Hi; is there is way to reset mobX store?. Thanks in Advance.

adamkleingit commented 6 years ago

Hi, not built-in, you have to do it manually. Also - this is related to MobX, not Angular.