how to implement breadcrumb using angular2's router [duplicate]
This question already has answers here : Angular2 router, get route data from url, to display breadcrumbs (3 answers) Closed 3 years ago . I use angular2 recently, but don't know how to implement breadcrumb component, any one can help? <div class="row" style="padding-top:15px;"> <ol class="breadcrumb"> <li><a [how to?]>home</a></li> <li class="active">detail</li> </ol> </div> Doesn't seem to be too easy currently. There is an open issue to support this use-case https://github.com/angular/angular/issues/5318 well me too want to use Breadcrumb for my project and after searching alot found