Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/components
/ expandAll
Method
expandAll
src/dev-app/example/example-list.ts:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
@Input()
68
get expandAll(): boolean {
69
return
this._expandAll;
70
}
71
set expandAll(v: BooleanInput) {
72
this._expandAll = coerceBooleanProperty(v);
73
}
Callers
nothing calls this directly
Calls
1
coerceBooleanProperty
Function · 0.90
Tested by
no test coverage detected