()
| 57 | /** References the menu instance that the trigger is associated with. */ |
| 58 | @Input('matMenuTriggerFor') |
| 59 | get menu(): MatMenuPanel | null { |
| 60 | return this._menu; |
| 61 | } |
| 62 | set menu(menu: MatMenuPanel | null) { |
| 63 | this._menu = menu; |
| 64 | } |
no outgoing calls
no test coverage detected