Overview
Learning a new framework is hard and it is often tempting to try to reuse the best practices you have learned from another framework. However every framework has it’s own unique way of solving problems and Angular 2 is no exception. So forget everything you know (about JQuery) and start learning Angular 2 the right way.
In this session Rob will add a few challenging features to an Angular 2 app and compare various was of implementing them. You’ll learn how to avoid common pitfalls of the framework and see some novel techniques for solving problems. By the end of the session you will be one step closer to mastering Angular.
Objective
To demonstrate how to approach problem solving the Angular 2 way
Target Audience
Anyone who wants to learn Angular 2 or get better at it
Assumed Audience Knowledge
Some experience building web apps with JavaScript will help but no experience with Angular 2 is required
Five Things Audience Members Will Learn
- Common mistakes in Angular 2
- Angular 2 best practices
- The basics of RxJS
- How to solve difficult problems with Angular 2
- How best to utilize a component based framework