Guest User

Untitled

a guest
Apr 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <child-component #child></child-component>
  2. <button (click)="child.anyChildMethod()">Click</button>
  3.  
  4. <child-component #child_0></child-component>
  5. <child-component #child_1></child-component>
  6. <child-component #child_2></child-component>
  7.  
  8. <!-- Pseudo code -->
  9. <button (click)="'child_'+componentVariableWhichHoldsNumber.anyChildMethod()">Click</button>
Add Comment
Please, Sign In to add comment