Plural
enum
| npm Package | @angular/common |
|---|---|
| Module | import { Plural } from '@angular/common'; |
| Source | common/src/i18n/locale_data_api.ts |
Overview
enum Plural {
Zero: 0
One: 1
Two: 2
Few: 3
Many: 4
Other: 5
} Members
Zero: 0
One: 1
Two: 2
Few: 3
Many: 4
Other: 5
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/Plural