MCPcopy 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

enterAnimationEndFunction · 0.80
handleOutAnimationEndFunction · 0.80
event_test.tsFile · 0.80
stopPropagationFunction · 0.80
onClickMethod · 0.80
openMobileNavMethod · 0.80
toggleSearchDialogMethod · 0.80
setupCodeToCListenersMethod · 0.80
selectDateMethod · 0.80

Calls 1

notImplementedMethod · 0.95

Tested by

no test coverage detected