Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ decimalDigits
Function
decimalDigits
packages/compiler-cli/src/ngtsc/diagnostics/src/util.ts:83–85 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
81
}
82
83
function
decimalDigits(value: number): number {
84
return
String(value).length;
85
}
Callers
2
ngErrorCode
Function · 0.85
absoluteErrorCodeFromDiagnosticCode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected