(locale: string, type: NumberFormatStyle)
| 524 | * Let `Intl.NumberFormat` determine the number format instead |
| 525 | */ |
| 526 | export function getLocaleNumberFormat(locale: string, type: NumberFormatStyle): string { |
| 527 | const data = ɵfindLocaleData(locale); |
| 528 | return data[ɵLocaleDataIndex.NumberFormats][type]; |
| 529 | } |
| 530 | |
| 531 | /** |
| 532 | * Retrieves the symbol used to represent the currency for the main country |
no outgoing calls
no test coverage detected
searching dependent graphs…