Open Closed

issue while replacing angular component #6548


User avatar
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

  1. Create new component name PersonalSettingsComponent

  2. Add the component to declarations in AppModule

  3. 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)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10