Posts tagged with Components

Featured image for "Animating with Angular 2"
JavaScript

Animating with Angular 2

Just like AngularJS, Angular 2 has a mechanism for applying animations to your application. During this article we'll look into the animation API.

Read more →
Featured image for "Creating a pagination component with Angular 2"
JavaScript

Creating a pagination component with Angular 2

In this article we'll go more in depth on components with Angular 2, such as property and event binding. We'll do this by creating a pagination component.

Read more →
Featured image for "Writing your first component with Angular 2"
JavaScript

Writing your first component with Angular 2

A lot has changed with Angular 2, and the driving force behind it changed from controllers to components. During this tutorial we will write a component.

Read more →