add form to create employee #18

Merged
csimonis merged 7 commits from feature/add-employee into main 2025-01-09 09:59:02 +00:00
Showing only changes of commit 5e424a6929 - Show all commits

View File

@ -46,5 +46,6 @@ export class CreateEmployeeComponent implements OnInit{
}
this.employeeService.create(this.employeeForm.value as Employee).subscribe();
ptran marked this conversation as resolved Outdated
Outdated
Review

For what is 'as Employee'?

For what is 'as Employee'?
location.reload();
}
}