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