MCPcopy Create free account
hub / github.com/TanStack/hotkeys /

Class

examples/angular/injectHotkey/src/app/app.component.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 templateUrl: './app.component.html',
13})
14export class AppComponent {
15 protected readonly lastHotkey = signal<Hotkey | null>(null)
16 protected readonly saveCount = signal(0)
17 protected readonly incrementCount = signal(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected