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

Method _hasFocus

src/material/menu/menu-item.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 _hasFocus(): boolean {
165 return this._document && this._document.activeElement === this._getHostElement();
166 }
167}

Callers 1

ngAfterContentInitMethod · 0.45

Calls 1

_getHostElementMethod · 0.95

Tested by

no test coverage detected