Hi,I was just trying to integrate the AEM SPA editor to my existing angular application which is developed mostly by following the Redux pattern. So all the presentational components, I was aiming to expose as an AEM component are dumb. They will get its data through @Input() and the user interactio...
Hi @ArpitVarshney ,I have tried what you have suggested, but my template is empty when I try to edit it. And I can see some errors in the console of the template page.1. Uncaught TypeError: Handlebars.compile is not a function2. Error: Uncaught (in promise): Error: Cannot match any routes. URL Segm...
Local EnvironmentBefore filing an issue verify that the prerequisite tools/software are installed:AEM 6.4 + SP2Java 1.8Apache Maven 3.3.9 Node.js v10.16.1npm 6.9.0The issueText and Image Components are not visible in authoring mode. And I am not able to see the components in the side panel as well. ...