Open SenanuFC opened 8 years ago
Same problem here. Some Branches have done the upgrade https://github.com/marcj/angular2-localstorage/network but i would like to stay with master.... The ownership of the repo has been transferred?
@SenanuFC @clementbrunel the package has been updated to Angular final release like 4 hours ago.
I think you should publish a new release with this tag :)
@dranes @marcj +1 I'm also waiting for a new (npm) release with your update.
Could you show me the way how to import angular2-localstorage to angular 2.0.0 application? I expect it to have some module for import. imports: [ LocalStorageModule]
+1 I'm also waiting for a new (npm) release with your update
any news on this?? I would like to use this module in my app
I'm going to invest some time tonight CEST.
@kosbr in you app.module.ts import LocalStorageService and LocalStorageSubscriber
import { LocalStorageService, LocalStorageSubscriber } from 'angular2-localstorage/LocalStorageEmitter';
and then in providers
providers: [ LocalStorageService]
it worked for me
@marcj Hey there, any news on the new release? The latest npm registry version is 0.4.0 and I am still getting the same bug as @SenanuFC.
Anyone who's still struggling with the various compatibility issues for this project, consider use the following one instead. It took me a while to find this replacement. https://github.com/PillowPillow/ng2-webstorage
See solution of this issue = > has no exported member 'provide' or 'Type'
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 - Admin VWifi/node_modules/@angular/core/src/facade/lang"' has no exported member 'Type'.
Error:(47, 9) TS2305: Module '"C:/Users/scrat/Documents/GitHub/ang-ts - Admin VWifi/node_modules/@angular/core/src/di"' has no exported member 'provide'.