inputEl property

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

Implementation

@ViewChild('inputEl')
HtmlElement? inputEl;