| 8 | styleUrl: './app.component.css', |
| 9 | }) |
| 10 | export class AppComponent { |
| 11 | isShiftHeld = injectKeyHold('Shift') |
| 12 | isControlHeld = injectKeyHold('Control') |
| 13 | isAltHeld = injectKeyHold('Alt') |
nothing calls this directly
no outgoing calls
no test coverage detected