This guide was written for Angular 2 version: 2.0.0-rc.4
The ng-repeat directive in Angular 1.x allows us to iterate over a collection of data and print out DOM nodes that respond to that data. If the...
This guide was written for Angular 2 version: 2.0.0
Originally, Angular 1.x was created to help developers build enterprise applications faster. With the introduction of ngAnimate written by Matias Ni...
This guide was written for Angular 2 version: 2.0.0
The ng-switch directive in Angular 1.x allows us to dynamically control what DOM element is visible based on some pre-defined condition. When the va...
One of the biggest hurdles to creating your projects can be getting from zero to running project. Using the Angular CLI makes that process painless and fast. In this post, we'll get a project skeleton...