Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

What version of Angular is supported?

Avatar

Level 1

What version of Angular is support with using AEM?

Best I can find is the package.json in https://github.com/adobe/aem-angular-editable-components

 

So does AEM only support Angular 9? Which versions are supported?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @wheattruth ,

                         AEM supports all versions of angular.

 

Kr,

Sanjay

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @wheattruth 

 

Angular is supported in AEM with 6+ onwards. Dependending upon your requirement you need to decide which version you want to use.

 

https://schoovaertswout.medium.com/angular-6-inside-adobe-experience-manager-562467d371ff

 

Thanks!

Avatar

Correct answer by
Community Advisor

Hi @wheattruth ,

                         AEM supports all versions of angular.

 

Kr,

Sanjay

Avatar

Community Advisor

@wheattruth,

When you are trying to work with SPAs in AEM, Angular9 is being utilised with projects and examples online, you can find some example code here: https://experienceleague.adobe.com/docs/experience-manager-65/developing/headless/spas/spa-getting-s...

 

However, when you are creating a new client library as your front-end application, you can choose any Javascript library or framework of your choice.