btroncone / ngrx-store-localstorage

Simple syncing between @ngrx store and local storage
MIT License
613 stars 118 forks source link

Sample implementation including Feature modules #92

Open Fiontan opened 6 years ago

Fiontan commented 6 years ago

Very interesting project thanks for your efforts so far. I note in the issues that there are a few related issues around syncing and usage with feature modules. The Feature module documentation is far from ideal as has been mentioned. I am currently trying to implement it and am having issues with the configuration for an AOT implementation. If the documentation was made more comprehensive and clearer, I would happily provide a sample APP with the recommended patterns in place. I appreciate everyone is busy- me too, but this project has good potential...

pilz97 commented 5 years ago

Hi @Fiontan

I have also problems with the implementation..

Did you get your solution to work?