yesButton property

  1. @ViewChild.new('yesButton')
MaterialButtonComponent? yesButton
getter/setter pair

Implementation

@ViewChild('yesButton')
MaterialButtonComponent? yesButton;