MCPcopy Index your code
hub / github.com/angular/components / ngAfterContentInit

Method ngAfterContentInit

src/cdk/tree/tree.ts:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 private _viewInit = false;
269
270 ngAfterContentInit() {
271 this._initializeKeyManager();
272 }
273
274 ngAfterContentChecked() {
275 this._updateDefaultNodeDefinition();

Callers

nothing calls this directly

Calls 1

_initializeKeyManagerMethod · 0.95

Tested by

no test coverage detected