()
| 238 | ) { |
| 239 | // Closes any sibling menu items and opens the menu associated with this trigger. |
| 240 | const toggleMenus = () => |
| 241 | this._ngZone.run(() => { |
| 242 | this._closeSiblingTriggers(); |
| 243 | this.open(); |
| 244 | }); |
| 245 | |
| 246 | if (this._menuAim) { |
| 247 | this._menuAim.toggle(toggleMenus); |
nothing calls this directly
no test coverage detected