Posts tagged with Components
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 →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 →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 →