InterviewSolution
Saved Bookmarks
| 1. |
What is the use of Codelyzer in Angular? |
|
Answer» In Angular 6, CODELYZER is an open-source TOOL to run and also check if the pre-defined guidelines of coding procedures are followed or not. It only does a static code analysis for both Angular and TYPESCRIPT code. It analyses and runs on tslint. |
|