Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hi @wheattruth ,

                         AEM supports all versions of angular.

 

Kr,

Sanjay

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

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

Korrekte Antwort von
Community Advisor

Hi @wheattruth ,

                         AEM supports all versions of angular.

 

Kr,

Sanjay

Avatar

Community Advisor and Adobe Champion

@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.