


Hi
I am implementing an integration between AEM and an AngularJS SPA. The AngularJS application has to download the component templates as if they were static files under a unique path, let's say under /etc, /etc/templates/component1.html, /etc/templates/component2.html, etc.. Do you know whether I can put my component templates under /etc without loosing the context of my component properties?
Thank you!
Views
Replies
Sign in to like this content
Total Likes
Please have a look at this Helpx article covering Integration of AEM with AngularJs
Link:- https://helpx.adobe.com/experience-manager/using/aem_angular21.html
Video :- https://youtu.be/X2M3MsdarMk
AEM Angular SPA
Code :- https://github.com/AdobeAtAdobe/aem-spa-example
We have Webinar coming on "Building responsive layouts in AEM using Bootstrap and Angular JS". It would be really nice to ask this question there as well.
~kautuk
Views
Replies
Sign in to like this content
Total Likes
Hi
I read those articles and many implementations of AngularJS and AEM. But my use case is a slightly different. It's an SPA and I need to have all the component templates under a unique folder (e.g., /etc/templates/component1.html, /etc/templates/component2.html, etc.) and not loose the component's context (from component1, $properties.title should still work in component1.html).
Thanks!
Views
Replies
Sign in to like this content
Total Likes