|
|
@ -83,6 +83,7 @@ export class GfAccountBalancesComponent implements OnChanges, OnInit { |
|
|
public dataSource = new MatTableDataSource< |
|
|
public dataSource = new MatTableDataSource< |
|
|
AccountBalancesResponse['balances'][0] |
|
|
AccountBalancesResponse['balances'][0] |
|
|
>(); |
|
|
>(); |
|
|
|
|
|
public maxDate = new Date(); |
|
|
|
|
|
|
|
|
private dateAdapter = inject<DateAdapter<Date, string>>(DateAdapter); |
|
|
private dateAdapter = inject<DateAdapter<Date, string>>(DateAdapter); |
|
|
private notificationService = inject(NotificationService); |
|
|
private notificationService = inject(NotificationService); |
|
|
|