- As a user, I should be able to Register an employee with following details:
- First Name
- Last Name
- Gender
- Date of Birth
- Department
- As a user, I should be able to see all the employee details in a tabular form (or any other way) in ascending order by first name
Install the dependencies and start the server.
$ git clone https://github.com/sks40gb/demo-sg-employee-ui.git
$ cd demo-sg-employee-ui
$ npm install
$ npm run
access http://localhost:4201