Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rx-angular/rx-angular
/ preventDefault
Function
preventDefault
libs/state/actions/src/lib/transforms.ts:6–9 ·
view source on GitHub ↗
(e: Event)
Source
from the content-addressed store, hash-verified
4
* @param e
5
*/
6
export
function
preventDefault(e: Event): Event {
7
e.preventDefault();
8
return
e;
9
}
10
11
/**
12
* @description
Callers
1
transforms.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected