W3cubDocs

/Angular

formatNumber

Formats a number as text, with group sizing, separator, and other parameters based on the locale.

API

function formatNumber(
  value: number,
  locale: string,
  digitsInfo?: string | undefined,
): string;

Description

Formats a number as text, with group sizing, separator, and other parameters based on the locale.


Exported by

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/formatNumber