Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/
Class
examples/angular/injectHeldKeys/src/app/app.component.ts:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
styleUrl:
'./app.component.css'
,
13
})
14
export
class
AppComponent {
15
heldKeys = injectHeldKeys()
16
heldCodes = injectHeldKeyCodes()
17
history = signal<string[]>([])
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected