reload page after submit

This commit is contained in:
2025-01-08 10:16:49 +01:00
parent 2c54546620
commit 5e424a6929

View File

@ -46,5 +46,6 @@ export class CreateEmployeeComponent implements OnInit{
} }
this.employeeService.create(this.employeeForm.value as Employee).subscribe(); this.employeeService.create(this.employeeForm.value as Employee).subscribe();
location.reload();
} }
} }