The purpose of this document is to provide guidance on building Angular applications by showing the conventions all the developers must follow.
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.