This guide was written for Angular 2 version: 2.0.0
The ng-class directive in Angular 1.x allows you to dynamically add CSS classes based on a configuration object. This is a special key-value object,...
This guide was written for Angular 2 version: 2.0.0-rc.4
With component architecture in Angular 2, it's important to design components that contain what we call inputs and outputs. The data enters a c...
This guide was written for Angular 2 version: 2.0.0
When you create more advanced components, the simple input and output mechanisms may not suffice. That's where "transclusion", now also known as con...
This guide was written for Angular 2 version: 2.0.0-rc.6
Angular 1.x has relied heavily on module support at the framework level to give us a clear way to organize our application into logical units. ...
This guide was written for Angular 2 version: 2.0.0-rc.5
Controllers have been the basic building block of Angular 1.x since the dawn of time. With Angular 2, the essence of the controller still exist...