This is a repo to record the Angular interview coding questions.
- open your teminal.
- cd your_work_dir.
- git clone https://github.com/Patrick-FRE/Angular-coding-questions.git
- cd Angular-coding-questions
- git branch your_client_name-month-day-year (example: if your clent name is Apple,Inc and your interview date is 08-09-2019, then: git branch apple-08-09-2019)
- git checkout your_client_name-month-day-year
- Over write the README.md base on the interveiw question requirement:
- commit it with the message "update the requirement"
- Rebuild the answer of the coding question.
- commit it with the message "update the answer"
- git push origin your_client_name-month-day-year
- open your teminal.
- cd your_work_dir.
- git clone https://github.com/Patrick-FRE/Angular-coding-questions.git
- git checkout client_name-month-day-year