Why AEM with Angular JS? | Community
Skip to main content
AEM_Forum
Level 10
April 12, 2018

Why AEM with Angular JS?

  • April 12, 2018
  • 1 reply
  • 4618 views
Hi All,

I watched the article : Adobe Experience Manager Help | Integrating the AngularJS Framework into Adobe Experience Manager.

1. Do you have any architecture diagram to depict this integration?

2. In my understanding Angular JS has advanced HTML and JS for the advanced functionality.

So, if we want to make any restful web service call, Angular JS can do this easily, in place of AEM, because of this integration.

Is this true?

3. What are the other advantages of this integration?

Appreciate your quick support.

Thanks ,Rama Krishna. (Rama)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
Level 10
April 12, 2018

There is nothing special about this. It uses Clientlibs like any other JS framework files - such as JQuery. An architecture diagram is not required just because the files are Ang JS files. If you want information about ClientLibs - see Using Client-Side Libraries

You can make restful calls in AEM using JS frameworks like JQuery, ANg or even Java itself using Java HTTP APIs.

Just because you can use Ang - the preferred way to write AEM components is still using HTL. Look at how the AEM Core components are written. You can write AEM sites without using Ang JS.

AEM_Forum
AEM_ForumAuthor
Level 10
April 12, 2018

Hi all,

I have a couple of observations on this article:

1. The Summary addresses JQuery, while it should be Angular JS.

2. Required Skills: Probably JQuery and CSS are not required for this article.

3. Dragging and dropping the file from file system to CRXDE did not work for me.

I created a file with name angular.js, copied and pasted its content from file system to this file.

4. Creating folders "src" and "install" is redundant in this case.

I agree that we followed Adobe best practice here.

Overall, I would say that it is a very useful article.

Thanks,

Rama.

smacdonald2008
Level 10
April 12, 2018

All HELPX articles are community driven, Please send me an email at scottm@adobe.com. I will roll in your comments.