Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/components
/ ngOnDestroy
Method
ngOnDestroy
src/cdk/tree/nested-node.ts:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
override ngOnDestroy() {
73
this._clear();
74
super.ngOnDestroy();
75
}
76
77
/** Add children dataNodes to the NodeOutlet */
78
protected updateChildrenNodes(children?: T[]): void {
Callers
nothing calls this directly
Calls
1
_clear
Method · 0.95
Tested by
no test coverage detected