Can't get to @ViewChildren in parent component

后端 未结 4 970
感动是毒
感动是毒 2021-01-06 17:30

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

4条回答
  •  旧时难觅i
    2021-01-06 18:09

    Have you tried adding quotes to your @ViewChildren arg?

    @ViewChildren('SequenceStep') steps: QueryList;

提交回复
热议问题