better show filters

This commit is contained in:
2024-04-09 20:33:59 +02:00
parent 3d31594dbc
commit 669bd0d852
9 changed files with 137 additions and 26 deletions

View File

@@ -22,7 +22,11 @@ export class NewComponent implements OnInit {
});
public faSave = faSave;
public constructor(private showService: ShowService, showDataService: ShowDataService, private router: Router) {
public constructor(
private showService: ShowService,
showDataService: ShowDataService,
private router: Router
) {
this.shows$ = showDataService.list$;
}