peterbsmyth / ngx-breadcrumbs

Angular 4+ routing breadcrumbs
MIT License
60 stars 43 forks source link

Feature: override template #14

Open ericzon opened 6 years ago

ericzon commented 6 years ago

Hello,

First of all, thank you for your library.

I've been playing around with all the functionalities and I found It would be a nice feature being able to override the breadcrumb template. It would be very useful for adding a trailing chevron on every linkable item, avoiding this chevron of being linkable.

In this case is not valid the resolver because it doesn't render the injected html on 'text' field nor using an ::after on css because it comes linkable too.

Thank you