|
|
@ -92,7 +92,7 @@ export class GfAccountBalancesComponent |
|
|
private unsubscribeSubject = new Subject<void>(); |
|
|
private unsubscribeSubject = new Subject<void>(); |
|
|
|
|
|
|
|
|
public constructor( |
|
|
public constructor( |
|
|
private dateAdapter: DateAdapter<any>, |
|
|
private dateAdapter: DateAdapter<Date, string>, |
|
|
private notificationService: NotificationService |
|
|
private notificationService: NotificationService |
|
|
) { |
|
|
) { |
|
|
addIcons({ calendarClearOutline, ellipsisHorizontal, trashOutline }); |
|
|
addIcons({ calendarClearOutline, ellipsisHorizontal, trashOutline }); |
|
|
|