Remote SPA Angular | Community
Skip to main content
September 22, 2021
Solved

Remote SPA Angular

  • September 22, 2021
  • 1 reply
  • 811 views

Went through the SPA Editor Angular Tutorial and then looked into the Remote SPA Tutorial. The Remote SPA Tutorial is in React, but I don't see any mention of limitations for Remote SPA and would like to use Angular. Are there any limitations (Ex. Supports React only)? Any references to look at?

 

Basically want to separate the SPA from AEM and have it so we define locations within the app to pull information from AEM.

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 Vijayalakshmi_S

Hi @wheattruth,

We have support for Remote React SPA as evident by the availability of custom page component in AEM SPA Project core. 

https://github.com/adobe/aem-spa-project-core/blob/master/ui.apps/src/main/content/jcr_root/apps/spa-project-core/components/remotepage/README.md

With release version 1.3.0, we do have support for Remote Next.js SPA

SPA Project Core Release version - 1.3.0

 

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
September 22, 2021

Hi @wheattruth,

We have support for Remote React SPA as evident by the availability of custom page component in AEM SPA Project core. 

https://github.com/adobe/aem-spa-project-core/blob/master/ui.apps/src/main/content/jcr_root/apps/spa-project-core/components/remotepage/README.md

With release version 1.3.0, we do have support for Remote Next.js SPA

SPA Project Core Release version - 1.3.0