add form to create employee #18

Merged
csimonis merged 7 commits from feature/add-employee into main 2025-01-09 09:59:02 +00:00
Owner
No description provided.
csimonis added 1 commit 2025-01-08 09:12:01 +00:00
csimonis force-pushed feature/add-employee from 06502b6f37 to cff188e2a5 2025-01-08 09:14:07 +00:00 Compare
csimonis added 1 commit 2025-01-08 09:16:02 +00:00
csimonis added 3 commits 2025-01-08 09:51:25 +00:00
csimonis added 1 commit 2025-01-09 08:12:37 +00:00
csimonis force-pushed feature/add-employee from 198d22b8ee to c6c4da82a5 2025-01-09 09:17:01 +00:00 Compare
csimonis added 1 commit 2025-01-09 09:44:45 +00:00
Collaborator

LGTM

LGTM
ptran approved these changes 2025-01-09 09:48:40 +00:00
@ -0,0 +45,4 @@
postcode: ['', [Validators.required, Validators.minLength(5), Validators.maxLength(5)]],
city: ['', Validators.required],
phone: ['', Validators.required],
});
Collaborator

For what is 'as Employee'?

For what is 'as Employee'?
ptran marked this conversation as resolved
csimonis force-pushed feature/add-employee from 93f14f1f29 to 1a932601a2 2025-01-09 09:58:46 +00:00 Compare
csimonis merged commit dc61810632 into main 2025-01-09 09:59:02 +00:00
csimonis deleted branch feature/add-employee 2025-01-09 09:59:02 +00:00
ptran referenced this issue from a commit 2025-01-29 08:05:46 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: angular/ems-frontend#18
No description provided.