@for (tab of _tabset.tabs; track tab; let index = $index) {
  • @if (!tab.headingRef) { {{ tab.heading }} } @if (tab.headingRef) { } @if (tab.route) { } @if (!tab.route) { }
  • }