0
mohammedalqaisi created
- ABP Framework version: v7.3.0
- UI Type: Angular
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): Auth Server Separated
- Exception message and full stack trace:
- Steps to reproduce the issue:
Follow the steps in the https://docs.abp.io/en/abp/7.3/UI/Angular/Component-Replacement to replace PersonalSettingsComponent the below
- Create new component name PersonalSettingsComponent
- Add the component to declarations in AppModule
- using ReplaceableComponentsService in the **AppComponent ** i add the below
this.replaceableComponents.add({ component: PersonalSettingsComponent, key: eAccountComponents.PersonalSettings, });
but there is nothing change in the profile setting tab.
1 Answer(s)
-
0
Hello,
please check this discussion https://support.abp.io/QA/Questions/1404 https://support.abp.io/QA/Questions/3667/Angular-Replace-Component
Please let me know if it helps you.
thanks