MCPcopy
hub / github.com/angular/angular / handleError

Method handleError

packages/zone.js/lib/zone-impl.ts:608–608  ·  view source on GitHub ↗
(targetZone: Zone, error: any)

Source from the content-addressed store, hash-verified

606 source?: string,
607 ): any;
608 handleError(targetZone: Zone, error: any): boolean;
609 scheduleTask(targetZone: Zone, task: Task): Task;
610 invokeTask(targetZone: Zone, task: Task, applyThis?: any, applyArgs?: any[]): any;
611 cancelTask(targetZone: Zone, task: Task): any;

Callers 15

error_handler.tsFile · 0.65
emitMethod · 0.65
scheduleCheckNoChangesFunction · 0.65
executeMethod · 0.65
compileTestModuleMethod · 0.65
handleErrorMethod · 0.65
runGuardedMethod · 0.65
runTaskMethod · 0.65
scheduleTaskMethod · 0.65
cancelTaskMethod · 0.65
onHandleErrorMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected