I have dynamic logo to change when switching tenants, so I am in need of replaceable component approach and trying to call the following code in app.component.ts
this.replaceableComponents.add({ component: CustomLogoComponent, key: eThemeBasicComponents.Logo });
I followed same link https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement#layout-components to replace the LogoComponent. In SideMenu layout application it is working fine and only in top menu I am facing issues that is not triggering replaced component.
Hi,
I am using leptonx in angular and its version "@volosoft/abp.ng.theme.lepton-x": "~2.3.0" and "abp: 7.4.0"
Getting no error in the console or in compiler. Code changes are done for logo component replacement and only the respective component is not triggered.
The above image you have shared is right, that is what I need.