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

Method orientation

src/cdk/stepper/stepper.ts:397–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 /** Orientation of the stepper. */
396 @Input()
397 get orientation(): StepperOrientation {
398 return this._orientation;
399 }
400 set orientation(value: StepperOrientation) {
401 // This is a protected method so that `MatStepper` can hook into it.
402 this._orientation = value;

Callers 5

ToolbarPatternClass · 0.45
ListboxPatternClass · 0.45
TabListPatternClass · 0.45
TreePatternClass · 0.45

Calls 1

Tested by

no test coverage detected