fix(common): use v4 plurals when importing DeprecatedI18NPipesModule (#18955)

This commit is contained in:
Olivier Combe
2017-08-31 02:38:39 +02:00
committed by Victor Berchet
parent 043f104738
commit 30d53a8942
7 changed files with 482 additions and 91 deletions

View File

@ -287,7 +287,8 @@ export declare class NgIfContext {
/** @experimental */
export declare class NgLocaleLocalization extends NgLocalization {
protected locale: string;
constructor(locale: string);
protected useV4Plurals: boolean;
constructor(locale: string, useV4Plurals?: boolean);
getPluralCategory(value: any, locale?: string): string;
}