btroncone / ngrx-store-localstorage

Simple syncing between @ngrx store and local storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persist reducer states under single key

mostl33 opened this issue · comments

Hey there,

is it possible (or has someone already implemented it) to group all reducers states under a single "root" key (kinda like the key setting in redux-persist) in the localstorage?

Thanks
mostlee

Hi @mostl33 I don't fully understand your question. Could you provide a bit more info, maybe with some examples? Thanks