MCPcopy 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
83function decimalDigits(value: number): number {
84 return String(value).length;
85}

Callers 2

ngErrorCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected