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

add icon to prefix #97

Open kyabroudi opened 6 years ago

kyabroudi commented 6 years ago

I am trying to add font Awesome icons to prefix attr but i get plain text (<i class='fa fa-home'></i>) <breadcrumb prefix="<i class='fa fa-home'></i>"></breadcrumb>

any suggestions ?!