fasd
This commit is contained in:
@@ -7,7 +7,7 @@ import { MatFormFieldModule } from '@angular/material/form-field';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
import { MatTableModule } from '@angular/material/table';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { Router } from '@angular/router';
|
||||
import moment from 'moment';
|
||||
|
||||
import { LocalTimePipe } from '../shared/local-time.pipe';
|
||||
@@ -38,7 +38,6 @@ export interface BillSettlementReportFormData {
|
||||
})
|
||||
export class BillSettlementReportComponent {
|
||||
private billSettlementReportService = inject(BillSettlementReportService);
|
||||
private route = inject(ActivatedRoute);
|
||||
private router = inject(Router);
|
||||
private toCsv = inject(ToCsvService);
|
||||
startDate = input(null, { transform: (v: string | null | undefined) => v ?? null });
|
||||
|
||||
Reference in New Issue
Block a user