MCPcopy Create free account
hub / github.com/angular/components / ngAfterContentInit

Method ngAfterContentInit

src/cdk/menu/menu-bar.ts:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 override readonly isInline = true;
51
52 override ngAfterContentInit() {
53 super.ngAfterContentInit();
54 this._subscribeToMenuStackEmptied();
55 }
56
57 /**
58 * Handle keyboard events for the Menu.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected