#Angular2 learning checklist
##08/04/16
###Video tutorials to go through
- Getting Started with Redux
- Immutable JavaScript: You can't change this
- Introduction to Reactive Programming
- Thinking in Angular 2.0
##10/04/16
- Study the code example in ng2-redux
- RxJS Beyond the Basics: Creating Observables from scratch
##11/04/16
###Things to understand from the docs
- Component decorator
- Directives
- Pipes
- Http Client
- Lifecycle Hooks
- Routing and Navigation
- Forms
- Dependecy Injection
- Interfaces
- Testing