{{ selectedDayDate() | date: 'MMMM d, EEEE' : undefined : currentLocale() }}
@if (isSearchExpanded()) { {{ filteredChannels().length }} / {{ channels().length }} }
@if (isProgramSearchOpen()) {
manage_search @if (programSearchQuery()) { } @if (isSearchingPrograms()) {
}
@if (programSearchResults().length > 0) {
@for (program of programSearchResults(); track program.start) { }
} @if (programSearchQuery().length >= 2 && programSearchResults().length === 0 && !isSearchingPrograms()) {
search_off No programs found
} }
@for (item of filteredChannels(); track item.id; let i = $index) {
@if (getChannelIcon(item)) { } {{ getChannelName(item) }}
}
@for (hour of timeHeader; track hour) { {{ hour }}:00 } @for (item of filteredChannels(); track item.id; let i = $index) { @for (program of item.programs; track trackByProgram($index, program)) {
{{ program.title }}
}
} {{ currentTimeLabel() }}
@if (filteredChannels().length === 0 && channelFilter()) {
search_off

No channels match "{{ channelFilter() }}"

}