reload page after submit

This commit is contained in:
Constantin Simonis 2025-01-08 10:16:49 +01:00
parent 1c3b9cc7f7
commit 27e77f7c01
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

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