amount in words : ps

This commit is contained in:
venbatechnologies@gmail.com 2019-03-25 18:11:42 +05:30
parent 4490eb7e48
commit b59f1f02e3

View File

@ -166,15 +166,11 @@
formControlName="earning_if_others_segment">
</mat-form-field>
<mat-form-field style="width:45%;">
<input placeholder="Income Per Month"
formControlName="earning_gross_income_per_month"
OnlyNumber type="text">
<mat-hint align="start" style="font-size:90%" *ngIf="item.get('earning_gross_income_per_month').value != ''">{{"&#8377;"}} {{item.get('earning_gross_income_per_month').value | numberToWords}} Only</mat-hint>
<!-- <input matInput placeholder="Income Per Month"
<input matInput placeholder="Income Per Month"
formControlName="earning_gross_income_per_month"
OnlyNumber type="text" (keyup)="inWords($event,2,i)">
OnlyNumber type="text">
<mat-hint align="start" style="font-size:90%" *ngIf="item.get('earning_gross_income_per_month').value != ''">{{"&#8377;"}}
{{IncomePerMonth[i]}} Only</mat-hint> -->
{{item.get('earning_gross_income_per_month').value | numberToWords}} Only</mat-hint>
</mat-form-field>
<mat-form-field style="width:45%;">
<input matInput [placeholder]="item.get('earning_segment').value != 5 ? 'Name of the Employer/Business' : 'Pension Received From'"