Is there any best practices defined by Adobe to add Angularjs 2 framework to AEM 6.1 or higher?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Recently I worked on a project in which AngularJS v1.5.5 was used with AEM 6.1 for a lot of features
I haven't seen any major issues but you might see some challenges when using angular templates in AEM.
Reg, Angular 2, its still new and you might see issues and also its completely different from previous version of angular.
These comments are based on my experience with it :)
Thanks
Views
Replies
Total Likes
You add this JS lib the same way as other JavaScript frameworks. You use a ClientLib as discussed in this article:
https://helpx.adobe.com/experience-manager/using/AngularJS.html
Hope this points you in the correct direction...
Views
Replies
Total Likes
Hi
Adding to what Scott has mentioned, Adding any JS framework to AEM is as simple as adding a Third party JavaScript.
Please refer to this Adobe Helpx article for your help:-
Link:- https://helpx.adobe.com/experience-manager/using/AngularJS.html
Another reference article :
Link:- http://www.conexiogroup.com/angular-sightly-in-your-aem-project/
// Angular + Sightly in your AEM project
Link:- https://helpx.adobe.com/experience-manager/using/vanitypath.html
// Helpx package/Article having AEM and Angular working together.
~kautuk
Views
Replies
Total Likes
Hi,
Recently I worked on a project in which AngularJS v1.5.5 was used with AEM 6.1 for a lot of features
I haven't seen any major issues but you might see some challenges when using angular templates in AEM.
Reg, Angular 2, its still new and you might see issues and also its completely different from previous version of angular.
These comments are based on my experience with it :)
Thanks
Views
Replies
Total Likes
Thank you for the details..
Views
Replies
Total Likes
Hi,
Is there some example of Angular 2 with AEM. I have started learning angular2, it says that it reuired npm server to execute. So do we need npm server along with AEM to run angular 2?
Views
Replies
Total Likes
Only example is Angular with AEM.
Views
Replies
Total Likes
As of now, it’s not clear on whether we need npm server along with AEM however we can generate the required java scripts using Angular CLI and add them as part of Client Library.
Views
Replies
Total Likes
Thanks for the information
Views
Replies
Total Likes
New AEM and Ang 2 artilce -- http://scottsdigitalcommunity.blogspot.ca/2017/01/integrating-angular2-framework-into.html
Views
Replies
Total Likes
Thank you. Really appreciate your response on this.
Views
Replies
Total Likes
NPM server is not required with AEM, see this community article to learn how to integrate Angular 2 with AEM 6.1 https://helpx.adobe.com/experience-manager/using/aem_angular21.html
Views
Likes
Replies