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

Fixing issue #100 #101

Open feelthesource opened 6 years ago

feelthesource commented 6 years ago

ngOnInit now calls generateBreadcrumbTrail so a browser refresh doesn't lose the breadcrumb trail.

williamchristophercooley commented 6 years ago

Was this fix for ng-2 or ng-5 breadcrumbs?

aiswarya4confianz commented 6 years ago

for ng2 this fix works. Please make an update.