feat(debt-dialog): add debt warning dialog for negative balance
This commit is contained in:
parent
d22c4c243f
commit
68a226b677
7 changed files with 182 additions and 32 deletions
|
@ -51,3 +51,10 @@
|
|||
[show]="showGameResult()"
|
||||
(gameResultClosed)="onCloseGameResult()"
|
||||
></app-game-result>
|
||||
|
||||
<!-- Debt Dialog -->
|
||||
<app-debt-dialog
|
||||
[amount]="debtAmount()"
|
||||
[show]="showDebtDialog()"
|
||||
(dialogClosed)="onCloseDebtDialog()"
|
||||
></app-debt-dialog>
|
||||
|
|
Reference in a new issue