As I’m trying to learn how to use Angular 2, I have compiled a list of useful resources that has helped me getting started using the framwork.
Introduction to Angular 2
ES6/TypeScript
Learning angular 2 basic concepts
- https://angular.io/docs/ts/latest/quickstart.html
- https://angular.io/docs/ts/latest/tutorial/
- http://learnangular2.com/
Forms in Angular 2
- http://blog.jhades.org/introduction-to-angular-2-forms-template-driven-vs-model-driven/
- http://learnangular2.com/forms/
- https://medium.com/@daviddentoom/angular-2-form-validation-9b26f73fcb81#.8nlylqcyd
Observables in Angular 2
Introduction to ReactiveX
Ressources on use of observables in Angular 2
- http://blog.thoughtram.io/angular/2016/01/06/taking-advantage-of-observables-in-angular2.html
- http://blog.thoughtram.io/angular/2016/01/07/taking-advantage-of-observables-in-angular2-pt2.html
Dependency Injection in Angular 2
- http://blog.thoughtram.io/angular/2015/05/18/dependency-injection-in-angular-2.html
- http://blog.thoughtram.io/angular2/2015/11/23/multi-providers-in-angular-2.html