Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/components
/ expandAll
Method
expandAll
src/cdk/tree/control/tree-control.ts:42–42 ·
view source on GitHub ↗
Expand all the dataNodes in the tree
()
Source
from the content-addressed store, hash-verified
40
41
/** Expand all the dataNodes in the tree */
42
expandAll(): void;
43
44
/** Collapse all the dataNodes in the tree */
45
collapseAll(): void;
Callers
9
expandAll
Method · 0.65
tree.spec.ts
File · 0.65
tree-using-tree-control.spec.ts
File · 0.65
tree.spec.ts
File · 0.65
tree-with-tree-control.spec.ts
File · 0.65
expandAll
Method · 0.65
nested-tree-control.spec.ts
File · 0.65
flat-tree-control.spec.ts
File · 0.65
constructor
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected