p-breadcrumb is not working properly if Observable<string[]> is provided in <li *ngFor> #355
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Then using p-breadcrum with a simple array of elements where x is string[]:
<p-breadcrumb><ul><li *ngFor="let p of x"><span>{{p}}</span></li></ul></p-breadcrumb>
all
Change the x variable to Observable<string[]> and the first first li[fa-home] is missing and all other
The text was updated successfully, but these errors were encountered: