Back to Angular

Breadcrumb.Component

adev/shared-docs/components/breadcrumb/breadcrumb.component.html

22.0.0-next.10206 B
Original Source

@for (breadcrumb of breadcrumbItems(); track $index) {

@if (breadcrumb.path) { @if (breadcrumb.isExternal) { {{ breadcrumb.label }} } @else { {{ breadcrumb.label }} } } @else { {{ breadcrumb.label }} } }