I am trying to get control over the children instances of a component and can\'t go past an error. I am trying to follow along the answers from this issue.
The paren
@ViewChildren('SequenceStep') steps: QueryList;
Worked for me. Angular 4.X.X Angular CLI 1.X.X