Trying to create a new angular AEM project, with latest angular versions (14 +)
but below code always generating me with angular 9.
```
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @naresh217
This git repo is what you get when you run your Maven archtype command. If you check https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.frontend.angular/p... The version here is 9.1.12
So with the command I do not think you will be able to upgrade to the latest version. You will have to do it manually.
Hi @naresh217
To the best of my knowledge the Maven archtype gives you ht e most compatible version of angular.
You can find the defaults of the latest maven archetype respective the Angular setup, for example https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/ui.frontend.angular
Although you can try upgrading your angular manually .
Please Refer to this Doc: https://angular.io/guide/update-to-version-14
Thanks
while trying to upgrade it is giving lot of dependency issues.
So thought of creating a new project with Angular 14+.
So from your comment we can create with latest version of angular ?
Hi @naresh217
This git repo is what you get when you run your Maven archtype command. If you check https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.frontend.angular/p... The version here is 9.1.12
So with the command I do not think you will be able to upgrade to the latest version. You will have to do it manually.
@naresh217 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
Views
Likes
Replies