Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 685 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 685 Bytes

Steps to be followed.

  1. Install dependencies by running npm install
  2. Your are expected to write code in the given boilerplate so that you can complete this assignment
  3. All the detailed instructions are given inside the project. Read PROBLEM.md and the comments given in the project files.
  4. Understand the comments given in the project and write code
  5. After writing the code unit test your code by running npm run test or ng test and end-to-end test by running npm run e2e or ng e2e.
  6. Refactor your code and make all the test cases to pass before submission.

Note:- Don't submit the code with errors. Code with compilation errors will not be evaluated.