-
Notifications
You must be signed in to change notification settings - Fork 8
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 6 #11
Comments
try to update @angular/material with specific version which belongs to angular 6 |
its not related to |
I have tested with angular 7 and it works fine, created a pull request #12 |
It is because the plugin uses angular @angular/core" (requires ">=5.0.0 <6.0.0" as a dependency.
|
yes as per vugar005 commented you will get the solution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
runnig this command
ng update @angular/material
, gives this error :Package "ng2-izitoast" has an incompatible peer dependency to "@angular/core" (requires ">=5.0.0 <6.0.0" (extended), would install "7.0.0").
what does this mean and how can i fix it?
+Angular7
The text was updated successfully, but these errors were encountered: