upsi dupsi, da sind noch die componenten 🤡
This commit is contained in:
15
src/app/seat/seat.component.html
Normal file
15
src/app/seat/seat.component.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<button class="mx-1 hover:opacity-50">
|
||||
<mat-icon style="font-size: 30px; width: 30px; height: 30px">
|
||||
@if(seatCategory().id ==1){
|
||||
event_seat
|
||||
}
|
||||
@if(seatCategory().id == 2){
|
||||
weekend
|
||||
}
|
||||
@if(seatCategory().id == 3){
|
||||
chair
|
||||
}
|
||||
|
||||
</mat-icon>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user