migrate standalone pipes

This commit is contained in:
2025-01-05 10:20:05 +01:00
parent 597e89ffb3
commit 8b8395fc3c
24 changed files with 39 additions and 139 deletions

View File

@@ -175,7 +175,7 @@ export class ShowComponent implements OnInit, OnDestroy {
return show.order.map(_ => list.filter(f => f.id === _)[0]);
}
public trackBy = (_: number, show: ShowSong) => show.id;
public trackBy = (_: number, show: ShowSong) => show?.id;
public async onChange(showId: string) {
await this.router.navigateByUrl('/shows/' + showId + '/edit');