@for (item of menu; track item.label) {
  • @if (item.routerLink !== null) { {{ item.label }} } @else { {{ item.label }} Soon }
  • }