InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Codelyzer? |
|
Answer» Codelyzer is an open-source TOOL in Angular 8 whose MAIN FUNCTION is to check for ERRORS in codes not following pre-defined guidelines. It runs on the tslint.json file and checks only the static code in Angular 8. |
|