angular tutorials

Angular – Access template reference variables from component class ?

This tutorial guides you on how to access template reference variables from component class in Angular. A template reference variable is nothing but a reference to a DOM element within a template. Let’s see how to use local references in… Read More!