style: fix prettier
This commit is contained in:
parent
3f00a5b359
commit
864cb28aac
1 changed files with 13 additions and 6 deletions
|
@ -1,9 +1,16 @@
|
|||
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';
|
||||
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',
|
||||
|
|
Reference in a new issue