coreui / coreui-angular

CoreUI Components Library for Angular https://coreui.io/angular/docs/
https://coreui.io/angular/
MIT License
248 stars 146 forks source link

Extending BreadcrumbRouterService #142

Closed joelmuskwe closed 2 years ago

joelmuskwe commented 2 years ago

Feature requests must include:

Is it ok to export BreadcrumbRouterService from @coreui/angular I want to replace the service with a custom one were I have the ability to put add a placeholder in the title then use an internationalization service in my CustomBreadcrumbRouterService.

Or if maybe there is another way to add logic to the BreadcrumbRouterService