style: format code for consistency and readability
All checks were successful
All checks were successful
This commit is contained in:
parent
e983b21e07
commit
4a7c54eab8
3 changed files with 18 additions and 10 deletions
|
@ -1,4 +1,11 @@
|
|||
import { ChangeDetectionStrategy, Component, inject, OnInit, OnDestroy, signal } from '@angular/core';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
inject,
|
||||
OnInit,
|
||||
OnDestroy,
|
||||
signal,
|
||||
} from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { KeycloakService } from 'keycloak-angular';
|
||||
import { CurrencyPipe } from '@angular/common';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue