Data binding, one of the most loved and hated concepts of Angular 1, made its
way to Angular 2. There are a couple of ways to bind data in Angular:
interpolation, one way binding (unidirectional), two-way binding and event
binding. These four types of data binding were already available in