textInput property

  1. @ViewChild.new(MaterialInputComponent)
MaterialInputComponent? textInput
getter/setter pair

Implementation

@ViewChild(MaterialInputComponent)
MaterialInputComponent? textInput;