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

Breadcrumb inside a child module of AppModule, shows as empty #105

Open chulian1819 opened 6 years ago

chulian1819 commented 6 years ago

I'm rendering the breadcrumb inside a submodule, but the breadcrumb is always empty, First grey line is a breadcrumb inside the AppModule , renders ok, second one is a breadcrumb in a child module and comes empty image

Albejr commented 6 years ago

I need too.

jackweldon commented 6 years ago

Did anyone get anywhere with this?

mplgn commented 6 years ago

Anyone find a resolution or workaround for this? Same issue for me.

viqashussain commented 5 years ago

Struggling with the same issue.