-
-
Notifications
You must be signed in to change notification settings - Fork 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
Upgrade to Angular 14 #18817
Comments
Deserves a bounty, doesn't it? |
Adding a bug bounty, it is a lot of work |
apologies if this isn't the correct place to ask, but will we be able to upgrade our angular version easily via a jhipster or angular command line command? thank you |
Hi @ari62 , it's in the doc here: https://www.jhipster.tech/upgrading-an-application/ |
@Tcharl, that page doesn't mention Angular (or React or Vue, for that matter). Here's what step 8 in the "Step-by-step explanation of the upgrade process" says: "Re-generate the application using the jhipster --force --with-entities command." I think this means there's no use of the Angular upgrade command as the Angular application is re-created from scratch. The resulting new Angular application is then combined with the existing version of that Angular application through Git merge. Correct? |
Overview of the feature request
Angular 14 has been released.
The most significant change is typed forms.
As part of this migration, we should migrate away from FormBuilder.
We are missing libs to support it, but we can start migration.
Dependencies:
Motivation for or Use Case
Keep updated
Related issues or PR
#18586
The text was updated successfully, but these errors were encountered: