Chore: Moved from Untyped to Stongly Typed forms.

This commit is contained in:
2022-07-15 13:24:25 +05:30
parent facf2df91e
commit 28f9bf2180
78 changed files with 1091 additions and 1004 deletions
@@ -37,8 +37,8 @@
>
<mat-form-field fxFlex="15">
<mat-select formControlName="debit">
<mat-option value="1">Dr</mat-option>
<mat-option value="-1">Cr</mat-option>
<mat-option [value]="1">Dr</mat-option>
<mat-option [value]="-1">Cr</mat-option>
</mat-select>
</mat-form-field>
<mat-form-field fxFlex="50">