-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalStorage 0.4.0 with Angular2 FINAL #61
Comments
Same problem here. Some Branches have done the upgrade https://github.com/marcj/angular2-localstorage/network |
@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 :) |
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. |
+1 |
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
and then in providers
it worked for me |
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. |
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
.flawlessNOT!!! 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'.
The text was updated successfully, but these errors were encountered: