(locale: string)
| 250 | * This function serves no purpose when relying on the `Intl` API. |
| 251 | */ |
| 252 | export function getLocaleId(locale: string): string { |
| 253 | return ɵfindLocaleData(locale)[ɵLocaleDataIndex.LocaleId]; |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Retrieves day period strings for the given locale. |
no outgoing calls
no test coverage detected
searching dependent graphs…