Template Reference Variable in Angular
Template Reference variables are used in component template to refer the html element,component,directives used in the template.The properties and methods can be accessed and used in the template using these variables.