Yuri
Member since Mar 4, 2016
- Profile: /members/13084-yuri.htm
- Comments: 3
Recent Blog Comments By Yuri
-
I Have A Fundamental Misunderstanding Of Change Detection In Angular 2 Beta 8
Posted on Mar 4, 2016 at 11:30 AM
@Ben, Sorry, I thought that I could post some markdown code... read more »
-
I Have A Fundamental Misunderstanding Of Change Detection In Angular 2 Beta 8
Posted on Mar 4, 2016 at 11:26 AM
@Ben, As an workaround you can do something like: ``` ng.core .Component({ selector: "my-app", directives: [ Item ], // Here, we are asking Angular to inject a QueryList for the // collection of Item directives rendered within our component // view. This will inject `itemList` as ... read more »
-
I Have A Fundamental Misunderstanding Of Change Detection In Angular 2 Beta 8
Posted on Mar 4, 2016 at 10:48 AM
https://github.com/angular/angular/issues/6005... read more »