You can buy this project and download/modify it how often you want.
@for (item of menuItems; track $index) { @if (canViewMenuGroup(item)) { {{item.label}} @for (subItem of item.children; track subItem.label) { @if (canViewMenuItem(subItem)) { {{subItem.label | translate}} } } } }