style: fix linter issues

This commit is contained in:
Phan Huy Tran 2025-05-07 14:00:39 +02:00
commit 3f00a5b359
2 changed files with 7 additions and 15 deletions

View file

@ -1,17 +1,9 @@
import {
ChangeDetectionStrategy,
Component,
inject,
OnDestroy,
OnInit,
signal,
} from '@angular/core';
import { RouterModule } from '@angular/router';
import { AuthService } from '../../../service/auth.service';
import { CurrencyPipe } from '@angular/common';
import { UserService } from '@service/user.service';
import { Subscription } from 'rxjs';
import { AnimatedNumberComponent } from '@blackjack/components/animated-number/animated-number.component';
import {ChangeDetectionStrategy, Component, inject, OnDestroy, 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({
selector: 'app-navbar',