Expand my Community achievements bar.

SOLVED

Does Aem 6.4 suppor angular

Avatar

Level 2

Hi,

    is anyone can tell me that aem 6.4 support angular js

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

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

View solution in original post

2 Replies

Avatar

Employee

Hi Shashank,

Yes it is supported, check https://docs.adobe.com/content/help/en/experience-manager-64/developing/headless/spas/spa-getting-st... 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

Avatar

Correct answer by
Employee Advisor

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

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