Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/components
/ nested-tree-control.spec.ts
File
nested-tree-control.spec.ts
src/cdk/tree/control/nested-tree-control.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{fakeAsync, flush} from
'@angular/core/testing'
;
2
import
{of as observableOf} from
'rxjs'
;
3
import
{NestedTreeControl} from
'./nested-tree-control'
;
4
Callers
nothing calls this directly
Calls
8
generateData
Function · 0.70
expand
Method · 0.65
isExpanded
Method · 0.65
toggle
Method · 0.65
collapse
Method · 0.65
expandDescendants
Method · 0.65
collapseAll
Method · 0.65
expandAll
Method · 0.65
Tested by
no test coverage detected