Angular – Get elements in ngFor with @ViewChildren
I tried to get elements that were rendered with “ngFor" loop, with putting reference variables to them for example, “#name1", …
I tried to get elements that were rendered with “ngFor" loop, with putting reference variables to them for example, “#name1", …