Base solution for your next web application
Open Closed

Override DashboardViewConfigurationService with custom one #9973


User avatar
0
fabiovalerio created

Hi, I'm trying to override DashboardViewConfigurationService with custom class without success. I've already done this kind of override upon AppNavigationService with succes. But for DashboardViewConfigurationService nothing happen!

Waht I've alread done is: • createad custom AwcDashboardViewConfigurationService inside my own library • in a forRoot() static method of my module's library, I also specified: { provide: DashboardViewConfigurationService, useClass: AwcDashboardViewConfigurationService} (same things already done in an AppNavigationService with success!)

The only way to retrieve instance of AwcDashboardViewConfigurationService from CustomizableDashboardComponent DI is to remove DashboardViewConfigurationService from AppCommon module's providers.

Any suggestion?


1 Answer(s)