Filters are a great way to manipulate and filter data in AngularJS, in Angular they got a new name: Pipes. Worry not! They're just as easy to implement and a ton of fun.
Creating the project
We're going to use the...
One of the things that made me love Angular 1.x was how easy it is to use two-way data binding. Luckily it's also a breeze to use in Angular2!
What is two-way data binding?
To simply put it, two-way data binding is...
Following up on our series, we're going to dive into ng-click and ng-if next.
Creating the project
We're going to continue with the project from my previous post. I recommend you check that one out first so you get the basic...
After playing around with Angular2, I learned a lot of new cool stuff about the framework. In this series of posts I am going to show you how to do "Angular 1.x built in directives" in Angular2.
Getting started
To start a...