Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/components
/ ngAfterContentChecked
Method
ngAfterContentChecked
src/cdk/tree/tree.ts:274–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
274
ngAfterContentChecked() {
275
this._updateDefaultNodeDefinition();
276
this._subscribeToDataChanges();
277
}
278
279
ngOnDestroy() {
280
this._nodeOutlet.viewContainer.clear();
Callers
nothing calls this directly
Calls
2
_updateDefaultNodeDefinition
Method · 0.95
_subscribeToDataChanges
Method · 0.95
Tested by
no test coverage detected