()
| 50 | override readonly isInline = true; |
| 51 | |
| 52 | override ngAfterContentInit() { |
| 53 | super.ngAfterContentInit(); |
| 54 | this._subscribeToMenuStackEmptied(); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Handle keyboard events for the Menu. |
nothing calls this directly
no test coverage detected