| 12 | templateUrl: './app.component.html', |
| 13 | }) |
| 14 | export class AppComponent { |
| 15 | protected readonly lastHotkey = signal<Hotkey | null>(null) |
| 16 | protected readonly saveCount = signal(0) |
| 17 | protected readonly incrementCount = signal(0) |
nothing calls this directly
no outgoing calls
no test coverage detected