Integrate Angular 10 component with AEM 6.4
Hello All,
Hope you're doing well. I need help with one use. I need to integrate my angular 10 component with AEM 6.4. The catch here is angular component is present in bundle where there are Angular 1 components as well. If I compile the component separately and include the generated clientLib folder categories in AEM component it works fine.
But we want that every time we do the maven build my angular 10 component should also get build. Basically need to integrate maven build with npm build.
If I follow this https://helpx.adobe.com/in/experience-manager/kt/sites/using/getting-started-spa-wknd-tutorial-develop/angular/chapter-1.html#integrate-angular-app
my angular module contains components with angular 1 and angular 10.
Kindly suggest.
Thanks,
Veenu Garg