-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Support for Angular 19 LTS #29028
Comments
Already in progress: #28847 |
@leosvelperez quick question regarding your PR The migration schematics/commands I am referring to are those:
|
hey @colinscz! The We provide the |
hey @leosvelperez If I run into any issue with the migration I'll file a new one separate from this. :) |
Isn't angular 19 support available yet? Many users are waiting for that, can someone please look at the PR? |
Big Thanks, for the ng 19 support. However, my first installation fails on the npm peer deps check. The @nx/angular module still refers to the version of @angular-devkit/build-angular@">= 16.0.0 < 19.0.0 |
This will be addressed soon, alongside an extra migration that's also missing. The Nx v20.2.0 will contain the right peer dependencies. |
Do you have a target date for nx v20.2.0? |
Version 20.2.0 is published now |
I still facing issues with the migrate command: code ERESOLVE Any suggestion on how to avoid or fix it? |
Same is happening with me
|
Is there any progress on this topic? |
I did update Angular in the Nx workspace semi-automatically by using |
So for me the solution was to remove ngrx/signals and @angular-architects/ngrx-toolkit from package json. |
Discussed in #29013
Originally posted by MGREMY November 20, 2024
I could be great to have support for the new angular version
The text was updated successfully, but these errors were encountered: