-
Notifications
You must be signed in to change notification settings - Fork 110
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 16 support #300
Comments
@rr-hornback - I am also facing the same issue. |
Have you tried adapting the workaround described for Angular 15? |
@kussmaul - Yes I tried that as well but unfortunately did not work for me. |
We are currently using the overrides in our package.json file as a temporary workaround. Would be nice to have an officially supported version.
|
@rr-hornback - I added overrides in my package.json file but I am still getting the same error. |
You might get more specific suggestions if you provide more detail than "the same error" - exactly what error do you get? What is your |
Same error even with the override in package.json
The only way to make it work is to use the --force option in the ng update command. |
That works for me, just add @angular/common and @angular/core versions as same as in your package.json. |
Closing in favor of #312 |
Bug Report
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
The text was updated successfully, but these errors were encountered: