Posts tagged with PokeAPI
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.
Implementing your own pipes with Angular 2
Pipes are one of the key features of Angular 2 and they are the successor to AngularJS' filters. In this article I'll write my own pipes with Angular 2.
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.
Writing services with Angular 2 and RxJS
Angular comes with RxJS, which allows you to write services in a reactive way. During this tutorial we'll explore what exactly this means.
Getting started with Angular 2 using Angular CLI
Angular 2 is out for a while now, so it's time to explorer what has changed (spoiler alert: a lot) and how we can set up a project with Angular CLI.