angular-local-storage
angular-local-storage copied to clipboard
Shared Service versus Session Storage
More of a question than an issue. What's the point of "session" storage when we can share state using Angular services (singletons available across the application but only during a browser "session")? Thoughts?
session storage persist after reload of the same 'tab'.