InterviewSolution
Saved Bookmarks
| 1. |
What is Linting in Angular? |
|
Answer» In Angular 6, LINTING is a tool that is used to check the TYPESCRIPT code for programmatic and styling ERRORS. A JSON FILE is a CONFIGURATION for linting and this file contains all the default guidelines for linting. |
|