stepperNativeElement property

  1. @ViewChild('stepper')
HtmlElement? stepperNativeElement
getter/setter pair

Get the native element for the stepper (not the stepper content).

This is helpful for ensuring that animations don't go above or behind the stepper.

Implementation

@ViewChild('stepper')
HtmlElement? stepperNativeElement;