angular-2-local-storage
angular-2-local-storage copied to clipboard
LocalStorageService for Angular 2 with the same API as angular-local-storage
Is it possibile to change from sessionStorage to localStorage dynamically, for example into a service? Is it exist a method like "setStorageType"?
Added safari private window support with cookie
This module is working fine in chrome, safari of desktop. but I tested my application in iphone safari , localstorage values are not retrieved. any solution for this?
Hi there, I have noticed this application storing all values with double quotes in IE regardless of the type of the variable unlike chrome, where the values are saved as...
I need to Expire value added to the Local storage after 60 minutes is there any way we can achieve it using this package
Considering myself as a noob and couldnt figure out how to use setItem and getItem. I am getting error at this point. ` this.localStorage.setItems$.subscribe("cities", "Hello world");`
3rd party libraries may access localStorage through window object which saves strings (e.g. authentication tokens by angular2-jwt) without quotes, e.g. (abcd...) - get() method parses stored values as JSON and...
I am having an issue creating/running a unit test using angular-2-local-storage. I believe I have the test setup correctly, but getting this error. Not sure what to do next. Error:...
I am trying to get the local storage to persist some auth token info, and it is occurring in a **service**. Strangly enough it does not seem to want to...