1. Angular

Additional information on using Angular in our projects.

1.1. Getting started

There are tons of resources on how to learn Angular but start with the Angular Introduction to get a base knowledge of how Angular works: https://angular.io/guide/quickstart

1.2. Angular Cheat sheet

Angular has a lot of special syntax that you will have to learn. Use this cheat sheet as a quick reference: https://angular.io/guide/cheatsheet

1.3. Style Guide

Angular.io style guide is well made and should be used: https://angular.io/guide/styleguide

1.4. Animations

When building more complex animations try to use Angulars animations instead of pure css animations. When you start writing conditionals and extra code in components and templates it is a good point to start with Angular animations. https://angular.io/guide/animations