feat: add stand and get game features to blackjack game with animations #105

Merged
jleibl merged 22 commits from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main 2025-04-02 08:28:43 +00:00
Showing only changes of commit 5d803e4b8b - Show all commits

View file

@ -1,5 +1,6 @@
import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core'; import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core';
import { NgFor } from '@angular/common'; import { NgFor } from '@angular/common';
import { NavbarComponent } from '@shared/components/navbar/navbar.component';
@Component({ @Component({
selector: 'app-landing-page', selector: 'app-landing-page',