Back to Developer Roadmap

Reference vars

src/data/roadmaps/angular/content/[email protected]

4.0438 B
Original Source

Reference vars

Template reference variables help you use data from one part of a template in another part of the template. A template variable can refer to a DOM element within a template, component or directive. In the template, use the hash symbol, #, to declare a template reference variable.

Visit the following resources to learn more: