seats are now selectable. returns list of selected seats. colors might not work anymore. 😢😢

This commit is contained in:
Marcel-Anker
2025-11-12 19:33:28 +01:00
parent 5699f23540
commit c0f022e65c
6 changed files with 1687 additions and 386 deletions

View File

@@ -10,5 +10,4 @@ import {TheaterSeatState} from '../model/theater-seat-state.model';
})
export class SeatRowComponent {
rowSeatList = input.required<{ seat: Sitzplatz, state: TheaterSeatState }[]>();
}