Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 901 Bytes

angular-styleguide.md

File metadata and controls

13 lines (7 loc) · 901 Bytes

Angular projects guidance.

The purpose of this document is to provide guidance on building Angular applications by showing the conventions all the developers must follow.

Style guide

As a styleguide we must follow generic approaches described by Angular team. This document presents preferred conventions and, as importantly, explains why.

The Angular CLI is a command-line interface tool that must be used to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.

We must use ESLint to enable linting for Angular projects according to styleguides.

Set up linting rules for *.ts files based on angular.eslintrc. For *.html files use rules based on angular-template.eslintrc.