MCPcopy 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

Tested by

no test coverage detected