magarcia

$watch with Angular 2

2 min read

How to migrate the $watch feature from AngularJS to Angular2

In my [previous post](/2016/07/03/events-in-angular2/), I was talking about how to implement events from Angular 1 in Angular 2. But in the snippet of code that I use as an example we can find anothe...