-
Notifications
You must be signed in to change notification settings - Fork 21
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
Angular 7 Support #49
Comments
same issue |
In my experience it works fine, even though the warnings appear... I'd like them to disappear though... |
Just checking to see if there are any plans for an update? So far nothing seems to have changed as mentioned above but I would also like to see the warnings disappear. |
Since it's just a peer dependency warning, and the module is working fine with Angular 7, I made the warnings disappear by changing the peer dependency on angular core in angular2-flash-messages' package.json to ^7.0.0. |
npm WARN [email protected] requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
Would love to use this on Angular 7.x Thanks for all you do. Let me know if I could help in some way.
The text was updated successfully, but these errors were encountered: