@switch (selectionType) { @case (FilterType.SingleRange) {
@switch (granularity()) { @case (TimeGranularity.Year) { } @case (TimeGranularity.Quarter) { } @case (TimeGranularity.Month) { } @default { } }
} @default { @switch (granularity()) { @case (TimeGranularity.Year) { } @case (TimeGranularity.Quarter) { } @case (TimeGranularity.Month) { } @default { } } } }
@for (value of TIME_GRANULARITY_SEQUENCES[granularitySequence ?? 2]; track value) { {{ 'Ngm.DatePicker.' + value | translate: {Default: value} }} }