MCPcopy Create free account
hub / github.com/angular/components / CdkStepHeader

Class CdkStepHeader

src/cdk/stepper/step-header.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 },
17})
18export class CdkStepHeader implements FocusableOption {
19 _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);
20
21 /** Focuses the step header. */
22 focus() {
23 this._elementRef.nativeElement.focus();
24 }
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected