@for (item of breadcrumbs$ | async; track item; let last = $last) {
  1. {{item.label}}
  2. @if (!last) {
  3. |
  4. } }