Creating MutiFiled Component in Angular for SPA AEM | Community
Skip to main content
April 19, 2021
Solved

Creating MutiFiled Component in Angular for SPA AEM

  • April 19, 2021
  • 1 reply
  • 1207 views

Hi. Trying to create multifield component in Angular for SPA to be imported/build into AEM. Can anyone plz guide exact steps for it.

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 @fathemasaiyed,

Creating custom component in AEM SPA application involves

  • HTML markup creation in Frontend. In this case, it is Angular 
  • Sling Model implementation with Exporter for Multifield component (Touch UI dialog for Multifield component) created in AEM.

Sample implementation of Multifield in AEM SPA is available in below link(refer comments section) for React. (But should apply for Angular too from backend standpoint. Just that way of retrieving the content and creating markup differs.)

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
April 20, 2021

Hi @fathemasaiyed,

Creating custom component in AEM SPA application involves

  • HTML markup creation in Frontend. In this case, it is Angular 
  • Sling Model implementation with Exporter for Multifield component (Touch UI dialog for Multifield component) created in AEM.

Sample implementation of Multifield in AEM SPA is available in below link(refer comments section) for React. (But should apply for Angular too from backend standpoint. Just that way of retrieving the content and creating markup differs.)