MCPcopy Create free account
hub / github.com/angular/angular / Error

Interface Error

packages/zone.js/lib/zone.ts:57–67  ·  view source on GitHub ↗

* Extend the Error with additional fields for rewritten stack frames

Source from the content-addressed store, hash-verified

55 * Extend the Error with additional fields for rewritten stack frames
56 */
57 interface Error {
58 /**
59 * Stack trace where extra frames have been removed and zone names added.
60 */
61 zoneAwareStack?: string;
62
63 /**
64 * Original stack trace with no modifications
65 */
66 originalStack?: string;
67 }
68}
69
70export function loadZone(): ZoneType {

Callers 15

getBaseClassFunction · 0.85
pathPluginFunction · 0.85
checkInterpolationFunction · 0.85
expectErrorFunction · 0.85
validateMethod · 0.85
_extractMessagesFunction · 0.85
parseHtmlFunction · 0.85
visitElementMethod · 0.85
visitAttributeMethod · 0.85
visitTextMethod · 0.85
visitCommentMethod · 0.85
visitExpansionMethod · 0.85

Implementers 2

FooErrorpackages/core/rxjs-interop/test/rx_res
HttpErrorResponsepackages/common/http/src/response.ts

Calls

no outgoing calls

Tested by

no test coverage detected