Implementation of two way data binding in Angular 2 is same as AngularJs as described in below link or is it event based? I just want to decide whether to go with angular or not based on this.
https://stackoverflow.com/a/30425085/2792959
Is angular 2 also based on digest cycle?