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
It's very annoying to lose all your work by accidentally refreshing the page, or if the app crashed because of issues related to #1 or #2. To prevent this, we can use web storage to save the state of the app.
Make sure to check what Angular offers regarding web storage (e.g. angular-webstorage-service) before falling back to the low-level javascript API.
The text was updated successfully, but these errors were encountered:
It's very annoying to lose all your work by accidentally refreshing the page, or if the app crashed because of issues related to #1 or #2. To prevent this, we can use web storage to save the state of the app.
Make sure to check what Angular offers regarding web storage (e.g. angular-webstorage-service) before falling back to the low-level javascript API.
The text was updated successfully, but these errors were encountered: