Error Fixed: Typo in employee functions

This commit is contained in:
tanshu 2018-06-09 17:39:08 +05:30
parent 5a63a8ce61
commit 659de0ae52

View File

@ -6,7 +6,7 @@
<div fxLayout="row" fxLayoutAlign="space-around start" fxLayout.lt-md="column"
fxLayoutGap="20px" fxLayoutGap.lt-md="0px">
<mat-form-field fxFlex="80">
<input matInput [matDatepicker]="creditSalaryMonth" (focus)="cresitSalaryMonth.open()" placeholder="Date"
<input matInput [matDatepicker]="creditSalaryMonth" (focus)="creditSalaryMonth.open()" placeholder="Date"
formControlName="date" autocomplete="off">
<mat-datepicker-toggle matSuffix [for]="creditSalaryMonth"></mat-datepicker-toggle>
<mat-datepicker #creditSalaryMonth startView="multi-year" (yearSelected)="chosenYearHandler($event)"