fileInput property

  1. @ViewChild('fileInput')
InputElement? fileInput
getter/setter pair

Implementation

@ViewChild('fileInput')
dom.InputElement? fileInput;