This isn't a bug, but rather a question on how to approach my issue!
With the new PWA functionality for Angular it's quite simple to make your app work offline via a service worker. My question is how to leverage NGRX to cache ones state, so that it is available offline.
I'm also concerned, that the client might modify the state when it's cached in the browser. (e.g. when using ngrx-store-localstorage
)