• Overview
@angular/common

getLocalePluralCase

constant
deprecatedsince v18

Deprecation warning

Angular recommends relying on the Intl API for i18n. Use Intl.PluralRules instead

API

    
      const getLocalePluralCase: (locale: string) => (value: number) => Plural;
    
    
Jump to details