@ManviSharma Thanks for the response Manvi. Please note that it's not the initial rendering of the page which has issues, but only the angular web component, which is a part of a page.Example:<Container> <Text> <Title> <custom-angular-component> If this is the structure of componen...
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...