getLocaleNumberSymbol
function
experimental
npm Package | @angular/common |
---|---|
Module | import { getLocaleNumberSymbol } from '@angular/common'; |
Source | common/src/i18n/locale_data_api.ts |
function getLocaleNumberSymbol(locale: string, symbol: NumberSymbol): string;
Description
Number symbol that can be used to replace placeholders in number formats. See NumberSymbol
for more information.
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/getLocaleNumberSymbol