0

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?

Andre Elrico
  • 10,956
  • 6
  • 50
  • 69
  • How about creating 3 `@Viewchild` for `AComp`, `BComp`, `CComp` at `HereIWantViewChildrenComp` and then a `@ViewChild` for `QueryCmp` at `AComp`, `BComp`, `CComp` ? – SoCo Jan 30 '20 at 11:22
  • @SoCo well thats the cumbersome workload im trying to avoid, because I have A-B-C-D-E-F-G-H-COMPs (8 in total). – Andre Elrico Jan 30 '20 at 13:51

0 Answers0