inputEl property

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

Implementation

@ViewChild('inputEl')
ElementRef? inputEl;