tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

How to handle async localstorage to sync with ngrx #537

Open rathodkaran07 opened 3 years ago

rathodkaran07 commented 3 years ago

Minimal reproduction of the bug with instructions:

If I replace localstorage with localforge in local-storage.service -> loadInitialState() I am unable to sync state with localstorage on app load. Can you guide to what are the changes to make to work with async storage ??

Expected behavior:

Other information: