angular2-localstorage
angular2-localstorage copied to clipboard
Angular 2+ decorator to save and restore variables/class properties to HTML5 LocalStorage automatically.
Instead of finding a maintainer, maybe just change the readme to point to: https://github.com/zoomsphere/ngx-store/ It even has a compatible api...
I just installed angular2-localstorage, in hoping to replace ng2-webstorage, but I get this error in chrome console when running: Uncaught SyntaxError: Unexpected token export at Object. (main.js:2189) at __webpack_require__ (vendor.js:53)...
I am running the Angular 2 Final release ^2.0.2 and angular2-localstorage is giving the following errors in the file "LocalStorageEmitter.ts": "/node_modules/@angular/core/src/facade/lang" has no exported member 'Type' "/node_modules/@angular/core/src/di" has no exported...
installing the library with: > npm install --save angular2-localstorage it gives the following error (npm 3.8.6, node v6.2.0) : ``` > [email protected] postinstall D:\..\node_modules\angular2-localstorage > typings install typings ERR! message...
Hi, at the beginning I have to say I really appreciate functionality this project provides. It would be a great loss if this project had been died and it loses...
I am using Angular 4 (not sure if its compatiable?), and I'm trying to use local storage. I have angular2-localstorage installed at `/node_modules/angular2-localstorage` but I am unable to start the...
I used this module and localstorage working fine in chrome and safari in desktop. but in iphone localstorage is not working. How to fix this?
Hi all, I'm unable to get this (or any of the forks) to load in a browser using SystemJS. When it references additional files the browser fails due to lack...
Just upgraded my project from RC5 to the FINAL. Deleted the 'node modules' folder and run `npm install`. ~flawless~ NOT!!! Only have this to solve. `Error:(46, 9) TS2305: Module '"C:/Users/scrat/Documents/GitHub/ang-ts...
Hi I got this in my code: ``` @NgModule({ declarations: [ //... ], imports: [ IonicModule.forRoot(MyApp), LocalStorageModule.withConfig({ // prefix: 'MyApp', storageType: 'localStorage' }) ], ``` but I still have a...