How would someone access a component of a childs child.
parent > child > interesting child
I used ViewChild
and it shows the child and its child, but I cannot access childs child public attributes.
this.list - returns ok
this.list.infinityList returns undefined
Why?