Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ onShiftEnter
Method
onShiftEnter
modules/playground/src/key_events/main.ts:37–40 ·
view source on GitHub ↗
(event: Event)
Source
from the content-addressed store, hash-verified
35
}
36
37
onShiftEnter(event: Event): void {
38
this.shiftEnter = true;
39
event.preventDefault();
40
}
41
42
resetShiftEnter(): void {
43
this.shiftEnter = false;
Callers
nothing calls this directly
Calls
1
preventDefault
Method · 0.45
Tested by
no test coverage detected