linkgetLocalePluralCase
| npm Package | @angular/common |
|---|---|
| Module | import { getLocalePluralCase } from '@angular/common'; |
| Source | common/src/i18n/locale_data_api.ts |
function getLocalePluralCase(locale: string): (value: number) => Plural;
linkDescription
The locale plural function used by ICU expressions to determine the plural case to use.
See NgPlural for more information.