Working with @ViewChildren is similar to working with @ViewChild, however @ViewChildren returns a list of element references as opposed to just one reference. It is employed to refer to several components. The list of the element that the variable refers to may then be iterated.