reload page after submit

This commit is contained in:
Constantin Simonis 2025-01-08 10:16:49 +01:00
parent 2c54546620
commit 5e424a6929
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();
}
}