I have a hierarchy of components as follows.
Parent Component A
-> Child Component B (child of component A)
-> Child component C (child of component B)
How do we get the reference to component c from indirect parent component A? I tried to access the child component C from parent using view child but getting undefined.
note: the child components are from some third party lib. I cannot alter those files
stackblitz.com/edit/angular-bpmwxz