1.

What is template reference variable in angular 4?

Answer»

In Angular 4, TEMPLATE reference variables ALLOW users to access an instance of a directive or component or a DOM present in the template. These are DEFINED by a hash sign (#) combined with a name as an ADDITIONAL DOM element’s attribute.



Discussion

No Comment Found