Removed the use of any and enabled the rule in eslint.
Now according to me the conversion is final. Testing is required.
This commit is contained in:
@@ -147,4 +147,8 @@ export class EmployeeAttendanceComponent implements OnInit, AfterViewInit {
|
||||
});
|
||||
return this.info;
|
||||
}
|
||||
|
||||
get attendancesArray(): FormArray {
|
||||
return this.form.get('attendances') as FormArray;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user