@if (calendarMainType === 'date') {
} @if (calendarMainType === 'time') {
{{ selectedTime }}
Default
Hour
Minute
AM/PM
@for ( hour of hourTimes; let indx = $index; track indx ) {
{{ hour }}
}
@for ( minutes of timeMinutes; let indx = $index; track indx ) {
{{ minutes }}
}
@for ( when of timeOfDay; let indx = $index; track indx ) {
{{ when }}
}
Cancel
Set
}