Skip to content

Commit 161a4dd

Browse files
vicbvikerman
authored andcommitted
feat(i18n): Add NgLocaleLocalization which returns plural cases given a locale (angular#10744)
1 parent 6580d67 commit 161a4dd

8 files changed

Lines changed: 841 additions & 5 deletions

File tree

modules/@angular/common/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export * from './src/pipes';
1414
export * from './src/directives';
1515
export * from './src/common_directives';
1616
export * from './src/location';
17-
export {NgLocalization} from './src/localization';
17+
export {NgLocalization, NgLocaleLocalization, Plural, getPluralCase} from './src/localization';
1818

1919
// Note: This does not contain the location providers,
2020
// as they need some platform specific implementations to work.

0 commit comments

Comments
 (0)