()
| 286 | private _setupMouseEnter() { |
| 287 | if (!this._isStandaloneItem()) { |
| 288 | const closeOpenSiblings = () => |
| 289 | this._ngZone.run(() => this._menuStack.closeSubMenuOf(this._parentMenu!)); |
| 290 | |
| 291 | this._cleanupMouseEnter = this._ngZone.runOutsideAngular(() => |
| 292 | this._renderer.listen(this._elementRef.nativeElement, 'mouseenter', () => { |
nothing calls this directly
no test coverage detected