Peter S.
Member since Mar 5, 2016
- Profile: /members/13088-peter-s.htm
- Comments: 1
Recent Blog Comments By Peter S.
-
I Have A Fundamental Misunderstanding Of Change Detection In Angular 2 Beta 8
Posted on Mar 5, 2016 at 3:40 PM
You're triggering a change detection loop. The view-bound model object itemList is null after init. In the same VM turn the view initializes which adds Item components which necessarily causes the itemList query to trigger which updates a view-bound model object.... read more »