MCPcopy Create free account
hub / github.com/angular/angular / preventDefault

Method preventDefault

packages/common/upgrade/test/upgrade.spec.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 return {
61 defaultPrevented: false,
62 preventDefault() {
63 this.defaultPrevented = true;
64 },
65 };
66 }
67

Callers 11

rejectionListenerFunction · 0.45
errorListenerFunction · 0.45
event_test.tsFile · 0.45
dispatchMethod · 0.45
preventDefaultFunction · 0.45
initializeMethod · 0.45
MyComponent_HostBindingsFunction · 0.45
MyComponent_TemplateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected