in Development

A collection of links and tips for learning angular 2

Or at least how I’m learning it. Much kudos to http://blog.thoughtram.io.

1. Forget everything you know about angular 1
2. Check out the the 5-min tutorial
3. Learn Typescript
4. Understand angular 2 bindings – (AtScript is Typescript)
5. Check out another tutorial
6. Learn about Dependency Injection
7. Learn about Services in Services – useful for http-Requests
8. Make it pretty
9. The ominous shadow DOM
10. Browse through http://blog.thoughtram.io/categories/angular-2/
11. Write your own sample app
12. Shuffle steps 2-10 and repeat