|
@ -46,12 +46,7 @@ |
|
|
<td *matFooterCellDef class="px-2" mat-footer-cell> |
|
|
<td *matFooterCellDef class="px-2" mat-footer-cell> |
|
|
<div class="d-flex justify-content-end"> |
|
|
<div class="d-flex justify-content-end"> |
|
|
<mat-form-field appearance="outline" class="without-hint"> |
|
|
<mat-form-field appearance="outline" class="without-hint"> |
|
|
<input |
|
|
<input formControlName="balance" matInput type="number" /> |
|
|
formControlName="balance" |
|
|
|
|
|
matInput |
|
|
|
|
|
placeholder="Value" |
|
|
|
|
|
type="number" |
|
|
|
|
|
/> |
|
|
|
|
|
<div class="ml-2" matTextSuffix> |
|
|
<div class="ml-2" matTextSuffix> |
|
|
{{ accountCurrency }} |
|
|
{{ accountCurrency }} |
|
|
</div> |
|
|
</div> |
|
|