angular2-localstorage icon indicating copy to clipboard operation
angular2-localstorage copied to clipboard

Angular 2+ decorator to save and restore variables/class properties to HTML5 LocalStorage automatically.

Results 33 angular2-localstorage issues
Sort by recently updated
recently updated
newest added

Hi, I'm using _angular2-localstorage_ in a project based on https://github.com/NathanWalker/angular2-seed-advanced running on both web and mobile devices via Nativescript-angular. Nativescript doesn't support _localStorage_ or _sessionStorage_, but provides it's own _application-settings_,...

why no provide clean cache methods ?

After installing the package I got the following error: `Cannot read property '_username_mapped' of undefined` caused by declaring the variable like in the example.. `@LocalStorage() public lastSearchQuery:Object = {};` What's...