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

Method _subscribeToMenuStackEmptied

src/cdk/menu/menu-bar.ts:136–140  ·  view source on GitHub ↗

Subscribe to the MenuStack emptied events.

()

Source from the content-addressed store, hash-verified

134
135 /** Subscribe to the MenuStack emptied events. */
136 private _subscribeToMenuStackEmptied() {
137 this.menuStack?.emptied
138 .pipe(takeUntil(this.destroyed))
139 .subscribe(event => this._toggleOpenMenu(event));
140 }
141}

Callers 1

ngAfterContentInitMethod · 0.95

Calls 1

_toggleOpenMenuMethod · 0.95

Tested by

no test coverage detected