feat(blackjack): add balance display to game result component
This commit is contained in:
parent
68a226b677
commit
801edfe89e
2 changed files with 7 additions and 7 deletions
|
@ -48,6 +48,7 @@
|
|||
<app-game-result
|
||||
[gameState]="gameState()"
|
||||
[amount]="currentBet()"
|
||||
[balance]="balance()"
|
||||
[show]="showGameResult()"
|
||||
(gameResultClosed)="onCloseGameResult()"
|
||||
></app-game-result>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue