-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Upgrade to Angular 17 #190
Comments
I also would like to know if there is a plan to upgrade this to angular 17. |
And now 18 |
Cool, I didn't know that this works as a workaround to the peer dependency error (other than ignoring all peer dependencies). TBH this is a fine solution if there is no broken behavior. I sent the author an email once in the past a while back about keeping up to date, and I got the impression that I don't think this author is planning on keeping up to date with Angular versions. We plan on continuing to use this package until an Angular Material breaking change causes an issue some version in the future. |
Installing the package causes
peerDependency
errorCurrent workaround is to add the following in the package.json file:
The text was updated successfully, but these errors were encountered: