()
| 1527 | } |
| 1528 | |
| 1529 | get triggerRect() { |
| 1530 | return this.trigger.getBoundingClientRect(); |
| 1531 | } |
| 1532 | |
| 1533 | get menuPanel() { |
| 1534 | return overlayContainerElement.querySelector('.mat-mdc-menu-panel'); |
nothing calls this directly
no test coverage detected