Chore: Updated to Angular 16
This commit is contained in:
@@ -25,7 +25,10 @@ export class EmployeeFunctionsComponent {
|
||||
|
||||
fingerprintFile: File | null = null;
|
||||
|
||||
constructor(private toaster: ToasterService, private ser: EmployeeFunctionsService) {
|
||||
constructor(
|
||||
private toaster: ToasterService,
|
||||
private ser: EmployeeFunctionsService,
|
||||
) {
|
||||
const startDate = moment().date(1);
|
||||
const finishDate = moment().date(startDate.daysInMonth());
|
||||
this.creditSalaryForm = new FormGroup({
|
||||
|
||||
Reference in New Issue
Block a user