Does Aem 6.4 suppor angular | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

If you want to use SPA editor for an end to end delivery of an angular SPA, you need to be on 6.4.2 or above. Reference at [1]

If you want angular for any custom functionality, you can embed it as a clientlibs as use it. Reference pattern is available in ACS-Commons at [2]

 

[1] - https://docs.adobe.com/content/help/en/experience-manager-64/developing/headless/spas/spa-overview.html

[2] - /apps/acs-commons/clientlibs/vendor/angularjs

2 replies

Nirmal_Jose
Nirmal_JoseAccepted solution
Employee
June 25, 2020

If you want to use SPA editor for an end to end delivery of an angular SPA, you need to be on 6.4.2 or above. Reference at [1]

If you want angular for any custom functionality, you can embed it as a clientlibs as use it. Reference pattern is available in ACS-Commons at [2]

 

[1] - https://docs.adobe.com/content/help/en/experience-manager-64/developing/headless/spas/spa-overview.html

[2] - /apps/acs-commons/clientlibs/vendor/angularjs

vanegi
Employee
June 25, 2020

Hi Shashank,

Yes it is supported, check https://docs.adobe.com/content/help/en/experience-manager-64/developing/headless/spas/spa-getting-started-angular.html for more details.

 

Note:

The Single-Page Application (SPA) Editor feature requires AEM 6.4 service pack 2 or newer.
The SPA Editor is the recommended solution for projects that require SPA framework based client-side rendering (e.g. React or Angular).

 

Thanks,

Vaishali