Hi Team,AEM version: AEM as a Cloud ServiceWe're using some custom components developed in angular in AEM sites by converting them to WebComponent.app.module.tsexport class AppModule { constructor(private injector: Injector) {} ngDoBootstrap() { const e = createCustomElement(MyCustomAngularCompone...