Jon
Member since Mar 6, 2016
- Profile: /members/13092-jon.htm
- Comments: 2
Recent Blog Comments By Jon
-
I Have A Fundamental Misunderstanding Of Change Detection In Angular 2 Beta 8
Posted on Mar 8, 2016 at 3:55 AM
@Ben, Yes, that does seem strange, and I reached the same conclusion about how ngModel is interacting with the component it writes to. I created a reduced plunkr example and filed an Angular issue: https://github.com/angular/angular/issues/7461 It will be interesting to hear what the Angular dev... read more »
-
I Have A Fundamental Misunderstanding Of Change Detection In Angular 2 Beta 8
Posted on Mar 6, 2016 at 4:44 PM
As I understand it, the core philosophy of Angular 2 is that data flows *down* the hierarchy of components, entering them via their inputs and then passing into their rendered view and child components. Generally, information should only travel *up* the hierarchy via events. Think of it was a wave ... read more »