selectorElement property

  1. @ViewChild('selector')
Element? selectorElement
getter/setter pair

Implementation

@ViewChild('selector')
dom.Element? selectorElement;