Wednesday, November 2, 2016

Angular 2 Tutorial


We often get this question: now that Angular 2 is available, where do we start ??

On reading literally tons of article and blog posts on different Angular 2 topics, some of them are very good, and very deep, but might not all be appropriate for someone who just want to start on Angular 2.

At the end it consists of only 2 articles, but those are must-read!

The Core Concepts of Angular 2

https://vsavkin.com/the-core-concepts-of-angular-2-c3d6cbe04d04#.p2qmvpdwl
This is an excellent walk through on 3 core concepts of Angular 2 namely components, dependency injection, and bindings.

Then you need to read this article from the official docs on Angular Modules:

Angular Modules (NgModules)

https://angular.io/docs/ts/latest/guide/ngmodule.html
This is the definitive article on 4th fundamental concept of Angular 2 namely ngModule.

When you have finished reading this article, read it again… seriously, read it AGAIN!

That’s it, now you are ready to start building your first Angular 2 app, you will find plenty of good tutorials out there!

No comments:

Post a Comment