MCPcopy Index your code
hub / github.com/angular/angular / intercept

Method intercept

packages/zone.js/lib/zone-impl.ts:600–600  ·  view source on GitHub ↗
(targetZone: Zone, callback: Function, source: string)

Source from the content-addressed store, hash-verified

598 zone: Zone;
599 fork(targetZone: Zone, zoneSpec: ZoneSpec): Zone;
600 intercept(targetZone: Zone, callback: Function, source: string): Function;
601 invoke(
602 targetZone: Zone,
603 callback: Function,

Callers 6

handleNavigateMethod · 0.65
wrapMethod · 0.65
onInterceptMethod · 0.65
testClosureFunctionFunction · 0.65

Implementers 1

_ZoneDelegatepackages/zone.js/lib/zone-impl.ts

Calls

no outgoing calls

Tested by

no test coverage detected