<div>
<input #ipt type="text"/>
</div>
Can the template access variable be retrieved from the component class?
For example, is it possible to retrieve it as shown below:
class XComponent{
somefunction(){
//Is it possible to access #ipt here?
}
}