toggleElement property

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

Implementation

@ViewChild('toggle')
HtmlElement? toggleElement;