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

3 lines
135 B
HTML
Raw Normal View History

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