stepperNativeElement property
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;