MCPcopy Index your code
hub / github.com/angular/components / _getHostElement

Method _getHostElement

src/material/stepper/step-header.ts:124–126  ·  view source on GitHub ↗

Returns the host HTML element.

()

Source from the content-addressed store, hash-verified

122
123 /** Returns the host HTML element. */
124 _getHostElement() {
125 return this._elementRef.nativeElement;
126 }
127
128 _getDefaultTextForState(state: StepState): string {
129 if (state == 'number') {

Callers 1

_scrollOptionIntoViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected