@if (tabChoreographer.currentValue === 'calendar') { } @if (tabChoreographer.currentValue === 'weekly-view') { } @if (tabChoreographer.currentValue === 'single') { }
@switch (tabChoreographer.currentValue) { @case ('calendar') { } @case ('weekly-view') { } @case ('single') { } }