@if (shows$ | async; as shows) {
}
@if (privateShows$ | async; as shows) { @if (shows.length > 0) {
@for (show of shows | sortBy: 'desc':'date'; track trackBy($index, show)) {
}
} }
@if (publicShows$ | async; as shows) { @if (shows.length > 0) {
@for (show of shows | sortBy: 'desc':'date'; track trackBy($index, show)) {
}
} }