angular-local-storage icon indicating copy to clipboard operation
angular-local-storage copied to clipboard

Shared Service versus Session Storage

Open cogitaria-admin opened this issue 7 years ago • 1 comments

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?

cogitaria-admin avatar Jun 05 '18 18:06 cogitaria-admin

session storage persist after reload of the same 'tab'.

ghost avatar Jul 02 '18 11:07 ghost