diff --git a/frontend/src/app/feature/game/blackjack/blackjack.component.ts b/frontend/src/app/feature/game/blackjack/blackjack.component.ts index 64ef4ef..a2e760b 100644 --- a/frontend/src/app/feature/game/blackjack/blackjack.component.ts +++ b/frontend/src/app/feature/game/blackjack/blackjack.component.ts @@ -1,19 +1,19 @@ -import {ChangeDetectionStrategy, Component, inject, OnInit, signal} from '@angular/core'; -import {CommonModule} from '@angular/common'; -import {Router} from '@angular/router'; -import {DealerHandComponent} from './components/dealer-hand/dealer-hand.component'; -import {PlayerHandComponent} from './components/player-hand/player-hand.component'; -import {GameControlsComponent} from './components/game-controls/game-controls.component'; -import {GameInfoComponent} from './components/game-info/game-info.component'; -import {BlackjackGame, Card} from '@blackjack/models/blackjack.model'; -import {BlackjackService} from '@blackjack/services/blackjack.service'; -import {HttpErrorResponse} from '@angular/common/http'; -import {GameResultComponent} from '@blackjack/components/game-result/game-result.component'; -import {GameState} from '@blackjack/enum/gameState'; -import {NavbarComponent} from '@shared/components/navbar/navbar.component'; -import {UserService} from '@service/user.service'; -import {timer} from 'rxjs'; -import {DebtDialogComponent} from '@shared/components/debt-dialog/debt-dialog.component'; +import { ChangeDetectionStrategy, Component, inject, OnInit, signal } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { Router } from '@angular/router'; +import { DealerHandComponent } from './components/dealer-hand/dealer-hand.component'; +import { PlayerHandComponent } from './components/player-hand/player-hand.component'; +import { GameControlsComponent } from './components/game-controls/game-controls.component'; +import { GameInfoComponent } from './components/game-info/game-info.component'; +import { BlackjackGame, Card } from '@blackjack/models/blackjack.model'; +import { BlackjackService } from '@blackjack/services/blackjack.service'; +import { HttpErrorResponse } from '@angular/common/http'; +import { GameResultComponent } from '@blackjack/components/game-result/game-result.component'; +import { GameState } from '@blackjack/enum/gameState'; +import { NavbarComponent } from '@shared/components/navbar/navbar.component'; +import { UserService } from '@service/user.service'; +import { timer } from 'rxjs'; +import { DebtDialogComponent } from '@shared/components/debt-dialog/debt-dialog.component'; @Component({ selector: 'app-blackjack', diff --git a/frontend/src/app/feature/game/blackjack/components/animated-number/animated-number.component.ts b/frontend/src/app/feature/game/blackjack/components/animated-number/animated-number.component.ts index 0b8cd4c..6e61c0e 100644 --- a/frontend/src/app/feature/game/blackjack/components/animated-number/animated-number.component.ts +++ b/frontend/src/app/feature/game/blackjack/components/animated-number/animated-number.component.ts @@ -8,8 +8,8 @@ import { SimpleChanges, ViewChild, } from '@angular/core'; -import {CommonModule} from '@angular/common'; -import {CountUp} from 'countup.js'; +import { CommonModule } from '@angular/common'; +import { CountUp } from 'countup.js'; @Component({ selector: 'app-animated-number', diff --git a/frontend/src/app/feature/game/slots/slots.component.html b/frontend/src/app/feature/game/slots/slots.component.html index ae15b69..2b6298c 100644 --- a/frontend/src/app/feature/game/slots/slots.component.html +++ b/frontend/src/app/feature/game/slots/slots.component.html @@ -31,8 +31,12 @@
Game result: {{ slotResult().status | uppercase }}
-Amount: {{ slotResult().amount }}
++ Game result: {{ slotResult().status | uppercase }} +
++ Amount: {{ slotResult().amount }} +