Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
export
function
ngErrorCode(code: ErrorCode): number {
27
return
parseInt(
'-99'
+ code);
28
}
Callers
15
analyze
Method · 0.90
diagnostic_spec.ts
File · 0.90
isSuggestStrictTemplatesDiag
Function · 0.90
getCompilerOptionsDiagnostics
Method · 0.90
fix_missing_required_inputs.ts
File · 0.90
fix_unused_standalone_imports.ts
File · 0.90
fix_invalid_banana_in_box.ts
File · 0.90
fix_missing_import.ts
File · 0.90
declaration_only_emission_spec.ts
File · 0.90
defer_spec.ts
File · 0.90
ngtsc_spec.ts
File · 0.90
verifyThrownError
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…