Angular has drastic and breakable changes than AngularJS in terms of coding style, speed and performance and mobile support. Angular features like Controllers have been replaced with Components and improved digest cycle along with new feature that make Angular a powerful client side framework.
This post is not to show the basic angular feature or guide through the basic concepts but the concepts that are important to learn and very useful.
A Taste from Angular Version 4
https://netbasal.com/a-taste-from-angular-version-4-50be1c4f3550
The Ultimate Angular CLI Reference Guide
https://www.sitepoint.com/ultimate-angular-cli-reference/
Understanding Angular modules (NgModule) and their scopes
https://medium.com/@cyrilletuzi/understanding-angular-modules-ngmodule-and-their-scopes-81e4ed6f7407
How to build and publish an Angular module
https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464
Injecting components dynamically in Angular
https://medium.com/@tudorgergely/injecting-components-dynamically-in-angular-2-3d36594d49a0
Highlight selected row in ngFor – Angular
In this Angular2 tutorial, we will see how to highlight selected row in a table using ngFor & ngClassdirective.
https://ciphertrick.com/2016/10/26/highlight-selected-row-in-ngfor-angular-2/
Angular ngFor – Learn all Features including trackBy, why is it not only for Arrays ?
http://blog.angular-university.io/angular-2-ngfor/
Http Interceptor : Intercepting HTTP requests and response in Angular
http://array151.com/blog/http-interceptor-angular4/