Angular 2 Series: Mastering Two-Way Data Binding with ng-model
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...