reload page after submit
This commit is contained in:
parent
2c54546620
commit
5e424a6929
@ -46,5 +46,6 @@ export class CreateEmployeeComponent implements OnInit{
|
||||
}
|
||||
|
||||
this.employeeService.create(this.employeeForm.value as Employee).subscribe();
|
||||
location.reload();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user