@for (item of menuData; track item) { @if (item.children && item.expanded) {
@for (child of item.children; track child) { {{child.label}} }
} }