feat: add game state enum and refactor game components

This commit is contained in:
Jan-Marlon Leibl 2025-04-02 09:06:44 +02:00
parent 349e4ce1ec
commit 4b569157aa
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
10 changed files with 105 additions and 115 deletions

View file

@ -49,5 +49,5 @@
[gameState]="gameState()"
[amount]="currentBet()"
[show]="showGameResult()"
(close)="onCloseGameResult()"
(gameResultClosed)="onCloseGameResult()"
></app-game-result>