Angular App
@if (isOpen()) {
    @for (item of navigationItems(); track item.path) {
  • {{ item.label }}
  • }
}