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

Method _layoutDirection

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

Source from the content-addressed store, hash-verified

603 }
604
605 private _layoutDirection(): Direction {
606 return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr';
607 }
608
609 /** Checks whether the stepper contains the focused element. */
610 private _containsFocus(): boolean {

Callers 2

ngAfterViewInitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected