argos/dmp-frontend/src/app/widgets/breadcrumb/breadcrumb.component.html

3 lines
139 B
HTML
Raw Normal View History

2017-11-15 16:11:35 +01:00
<!-- breadcrumb bar -->
2017-11-15 23:55:49 +01:00
<p-breadcrumb *ngIf="breadcrumbData?.length != 0" [model]="breadcrumbData" [home]="breadcrumbHome"></p-breadcrumb>