Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ children
Method
children
packages/router/src/utils/tree.ts:32–35 ·
view source on GitHub ↗
* @internal
(t: T)
Source
from the content-addressed store, hash-verified
30
* @internal
31
*/
32
children(t: T): T[] {
33
const
n = findNode(t, this._root);
34
return
n ? n.children.map((t) => t.value) : [];
35
}
36
37
/**
38
* @internal
Callers
7
inferSchemaFromFieldNode
Function · 0.45
markStructuresLive
Method · 0.45
getBindingForFocus
Method · 0.45
markAsTouchedInternal
Method · 0.45
_reloadValidation
Method · 0.45
create_router_state.spec.ts
File · 0.45
tree.spec.ts
File · 0.45
Calls
2
findNode
Function · 0.85
map
Method · 0.80
Tested by
no test coverage detected