MCPcopy
hub / github.com/angular/components / value

Method value

src/cdk/bidi/dir.ts:63–65  ·  view source on GitHub ↗

Current layout direction of the element.

()

Source from the content-addressed store, hash-verified

61
62 /** Current layout direction of the element. */
63 get value(): Direction {
64 return this.dir;
65 }
66
67 readonly valueSignal = signal<Direction>('ltr');
68

Callers 15

combobox.spec.tsFile · 0.45
onCommitMethod · 0.45
onCommitMethod · 0.45
onCommitMethod · 0.45
onCommitMethod · 0.45
constructorMethod · 0.45
getItemFunction · 0.45
toolbar.spec.tsFile · 0.45
validateMethod · 0.45
highlightEffectMethod · 0.45
list.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by 7

onCommitMethod · 0.36
onCommitMethod · 0.36
onCommitMethod · 0.36
onCommitMethod · 0.36
getItemFunction · 0.36
getItemByValueFunction · 0.36
runNavigationTestsFunction · 0.36