inputEl property

  1. @ViewChild('inputEl')
HtmlElement? inputEl
getter/setter pair

Implementation

@ViewChild('inputEl')
HtmlElement? inputEl;