Back to Openproject

Reminder Settings Daily Time.Component

frontend/src/app/features/user-preferences/reminder-settings/reminder-time/reminder-settings-daily-time.component.html

17.3.1314 B
Original Source

@if ((selectedTimes$ | async); as selectedTimes) {

@for (time of selectedTimes; track i; let i = $index) { @if ((activeTimes$ | async); as activeTimes) { } @for (availableTime of availableTimes; track availableTime) { {{timeLabel(availableTime)}} } @if (timeRemovable$ | async) { } } {{text.addTime}}}