Linting code

To lint code, execute the following in the Terminal:

Run the following command:

ng lint

The ng lint command runs the TypeScript linter on the source code. Linting is essentially static code analysis and assists immensely with maintaining code standards and conventions, as well as helping to find potential issues and bugs.

You can configure the linter by specifying ruleset settings in the tslint.json file in the root of the project.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.28.107