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

Function ngErrorCode

packages/compiler-cli/src/ngtsc/diagnostics/src/util.ts:26–28  ·  view source on GitHub ↗
(code: ErrorCode)

Source from the content-addressed store, hash-verified

24}
25
26export function ngErrorCode(code: ErrorCode): number {
27 return parseInt('-99' + code);
28}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…