Wednesday, May 11, 2016

ANGULAR 2 - Pluralsight course Angular 2 Getting started, my notes

Angualr 2 Getting Started by Deborah Kurata

Why Angular
Makes HTML more expressive:
it powers up with features like if conditions, for loop, local variables.
Powerful Data Binding
Promotes Modularity by Design: making it easier to create and reuse content.
Built-in support for communication with Back-end

Why Angular 2
Is built for speed:
faster initial loads, faster change detection, improved rendering times
Is modern: has advantage and features of latest JavaScript standards e.g. classes, modules, decorators
Support of IE, back to IE9 (!!!)
Simplified API
Enhances productivity