Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 717 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 717 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.