• Overview
@angular/common

NgLocaleLocalization

Class
stable

Returns the plural case based on the locale

API

    
      class NgLocaleLocalization extends NgLocalization {  constructor(locale: string): NgLocaleLocalization;  getPluralCategory(value: any, locale?: string | undefined): string;}
    
    

constructor

NgLocaleLocalization
@paramlocalestring

getPluralCategory

string
@paramvalueany
@paramlocalestring | undefined
@returnsstring
Jump to details