You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
depends on #102 to be done
before a fetch/ update/ insert effect check that we have a connection. If no connection warn user and only update the localstore (indexedDb). When we are online again, sync data (tricky).
depends on #102 to be done
before a fetch/ update/ insert effect check that we have a connection. If no connection warn user and only update the localstore (indexedDb). When we are online again, sync data (tricky).
Until then we will use localstorage for this (limit is 5mb data): using https://github.com/btroncone/ngrx-store-localstorage
The text was updated successfully, but these errors were encountered: