add form to create employee #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/add-employee"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
06502b6f37
tocff188e2a5
198d22b8ee
toc6c4da82a5
LGTM
@ -0,0 +45,4 @@
postcode: ['', [Validators.required, Validators.minLength(5), Validators.maxLength(5)]],
city: ['', Validators.required],
phone: ['', Validators.required],
});
For what is 'as Employee'?
93f14f1f29
to1a932601a2