ViewQuery ViewChildren nested Components

86 Views Asked by At

I have a situation like this

HereIWantViewChildrenComp   <- @ViewChilren(QueryCmp)  //is undefined :-(
    |       |       |
  AComp   BComp   CComp     <- They are in the View of HereIWantViewChildrenComp
    |       |       |
 QueryCmp QueryCmp QueryCmp <- I want to query these

How can I get QueryCmp from inside HereIWantViewChildrenComp?

0

There are 0 best solutions below