rajaramtt / ng7-dynamic-breadcrumb

Angular 10 Dynamic Breadcrumbs
MIT License
42 stars 31 forks source link

Showing a parameter placeholder before acual data loads #10

Closed tomaszs closed 5 years ago

tomaszs commented 5 years ago

I am using breacrumbs similar to this:

https://stackblitz.com/edit/ng7-mat-breadcrumb?file=src%2Fapp%2Fpage3%2Fpage3.component.ts

For Angular 7 (1.0.4)

When going to a page with custom parameter:

label: '{{dynamicText}} page'

I have noticed for a second {{dynamicText}} shows up before actual data loads.

Even if i put:

this.ng7MatBreadcrumbService.updateBreadcrumbLabels(breadcrumb);

in contructor of a class

tomaszs commented 4 years ago

Hello, i have noticed the ticket is closed. Does it mean it is fixed in latest version? Thanks