angular2-localstorage
angular2-localstorage copied to clipboard
Angular 2+ decorator to save and restore variables/class properties to HTML5 LocalStorage automatically.
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_,...
clear
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...