Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
onCommit
Method · 0.45
onCommit
Method · 0.45
onCommit
Method · 0.45
onCommit
Method · 0.45
constructor
Method · 0.45
getItem
Function · 0.45
toolbar.spec.ts
File · 0.45
ToolbarWidgetPattern
Class · 0.45
validate
Method · 0.45
highlightEffect
Method · 0.45
list.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
7
onCommit
Method · 0.36
onCommit
Method · 0.36
onCommit
Method · 0.36
onCommit
Method · 0.36
getItem
Function · 0.36
getItemByValue
Function · 0.36
runNavigationTests
Function · 0.36