gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

feature request: hide top-level crumb when it's the only one #107

Open amarnathm opened 6 years ago

amarnathm commented 6 years ago

For a breadcrumb /first/second or /first/second/third, etc., I'd like to show the whole thing. However, if it's only the top level -- /first -- I'd like to hide it.

Also, when hidden, I'd like the option to hide the horizontal ribbon (background).