Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ stopPropagation
Method
stopPropagation
packages/service-worker/worker/testing/events.ts:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
this.notImplemented();
41
}
42
stopPropagation(): void {
43
this.notImplemented();
44
}
45
46
private notImplemented(): never {
47
throw
new
Error(
'Method not implemented in `MockEvent`.'
);
Callers
15
enterAnimationEnd
Function · 0.80
handleOutAnimationEnd
Function · 0.80
event_test.ts
File · 0.80
event_dispatcher_test.ts
File · 0.80
stopPropagation
Function · 0.80
onClick
Method · 0.80
duplicate_bindings.js
File · 0.80
openMobileNav
Method · 0.80
toggleSearchDialog
Method · 0.80
toggleNavigationDropdown
Method · 0.80
setupCodeToCListeners
Method · 0.80
selectDate
Method · 0.80
Calls
1
notImplemented
Method · 0.95
Tested by
no test coverage detected