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
Have you tried adding quotes to your @ViewChildren arg?
@ViewChildren('SequenceStep') steps: QueryList;