chore: prettier
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
CI / Docker backend validation (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 33s
CI / eslint (pull_request) Successful in 49s
CI / oxlint (pull_request) Successful in 27s
CI / prettier (pull_request) Successful in 28s
CI / Docker frontend validation (pull_request) Successful in 1m10s
CI / test-build (pull_request) Successful in 33s
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
CI / Docker backend validation (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 33s
CI / eslint (pull_request) Successful in 49s
CI / oxlint (pull_request) Successful in 27s
CI / prettier (pull_request) Successful in 28s
CI / Docker frontend validation (pull_request) Successful in 1m10s
CI / test-build (pull_request) Successful in 33s
This commit is contained in:
parent
e2124e8b8e
commit
4c530edf50
7 changed files with 35 additions and 10 deletions
|
@ -1,4 +1,11 @@
|
|||
import { ChangeDetectionStrategy, Component, EventEmitter, inject, Input, Output } from '@angular/core';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
EventEmitter,
|
||||
inject,
|
||||
Input,
|
||||
Output,
|
||||
} from '@angular/core';
|
||||
import { TransactionService } from '@service/transaction.service';
|
||||
import { Observable } from 'rxjs';
|
||||
import { AsyncPipe, CurrencyPipe, DatePipe, NgIf } from '@angular/common';
|
||||
|
|
Reference in a new issue