feat(blackjack): add animated number component and usage
Some checks failed
Some checks failed
This commit is contained in:
parent
3d7ee92cf2
commit
f2d447abeb
11 changed files with 122 additions and 63 deletions
|
@ -11,12 +11,13 @@ import { KeycloakService } from 'keycloak-angular';
|
|||
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';
|
||||
|
||||
@Component({
|
||||
selector: 'app-navbar',
|
||||
templateUrl: './navbar.component.html',
|
||||
standalone: true,
|
||||
imports: [RouterModule, CurrencyPipe],
|
||||
imports: [RouterModule, CurrencyPipe, AnimatedNumberComponent],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class NavbarComponent implements OnInit, OnDestroy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue