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

Method _isRtl

src/material/select/select.ts:890–892  ·  view source on GitHub ↗

Whether the element is in RTL mode.

()

Source from the content-addressed store, hash-verified

888
889 /** Whether the element is in RTL mode. */
890 _isRtl(): boolean {
891 return this._dir ? this._dir.value === 'rtl' : false;
892 }
893
894 /** Handles all keydown events on the select. */
895 _handleKeydown(event: KeyboardEvent): void {

Callers 12

closeMethod · 0.95
triggerValueMethod · 0.95
_initKeyManagerMethod · 0.95
percentageMethod · 0.45
fillPercentageMethod · 0.45
_fixValueMethod · 0.45
_setIsLeftThumbMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected