Get the menu opened by the context menu trigger.
()
| 27 | |
| 28 | /** Get the menu opened by the context menu trigger. */ |
| 29 | function getContextMenu() { |
| 30 | return fixture.componentInstance.menu; |
| 31 | } |
| 32 | |
| 33 | /** Return a reference to the context menu native element. */ |
| 34 | function getNativeContextMenu() { |
no outgoing calls
no test coverage detected