feat: add bare slots frontend, remove bun start warnings (CAS-61) #164

Merged
ptran merged 8 commits from slots-frontend into main 2025-05-07 12:32:53 +00:00
Showing only changes of commit 864cb28aac - Show all commits

View file

@ -1,9 +1,16 @@
import {ChangeDetectionStrategy, Component, inject, OnDestroy, OnInit, signal,} from '@angular/core'; import {
import {RouterModule} from '@angular/router'; ChangeDetectionStrategy,
import {AuthService} from '../../../service/auth.service'; Component,
import {UserService} from '@service/user.service'; inject,
import {Subscription} from 'rxjs'; OnDestroy,
import {AnimatedNumberComponent} from '@blackjack/components/animated-number/animated-number.component'; OnInit,
signal,
} from '@angular/core';
import { RouterModule } from '@angular/router';
import { AuthService } from '../../../service/auth.service';
import { UserService } from '@service/user.service';
import { Subscription } from 'rxjs';
import { AnimatedNumberComponent } from '@blackjack/components/animated-number/animated-number.component';
@Component({ @Component({
selector: 'app-navbar', selector: 'app-navbar',