# 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: - [Angular Official Website](https://angular.dev/guide/templates/reference-variables)