Is there a way to dynamically set the #id, the HTML attribute that angular uses to construct the @ViewChild element reference?
Specific need: i have the following te
Despite the seeming resemblance between regular variables and #, multiple elements can be assigned to single local template reference variable:
#
Which can be obtained with:
@ViewChildren('linkRef') linkRefs;