build: add bazel test rules for more packages (#21053)

PR Close #21053
This commit is contained in:
Misko Hevery
2017-12-16 20:08:49 -08:00
committed by Igor Minar
parent 47e251a80a
commit cc1058f6e1
9 changed files with 122 additions and 22 deletions

View File

@ -27,8 +27,6 @@ export abstract class NgLocalization {
* Returns the plural category for a given value.
* - "=value" when the case exists,
* - the plural category otherwise
*
* @internal
*/
export function getPluralCategory(
value: number, cases: string[], ngLocalization: NgLocalization, locale?: string): string {