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!