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

Method handleError

packages/core/src/error_handler.ts:60–62  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

58 _console: Console = console;
59
60 handleError(error: any): void {
61 this._console.error('ERROR', error);
62 }
63}
64
65/**

Callers 1

errorToStringFunction · 0.95

Implementers 2

BenchmarkErrorHandlermodules/benchmarks/src/expanding_rows/
CustomErrorHandleradev/src/app/core/services/errors-hand

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected