What it does
Maps a value to a string that pluralizes the value according to locale rules.
How to use
expression | i18nPlural:mapping
NgModule
CommonModule
Description
Where:
- expressionis a number.
- mappingis an object that mimics the ICU format, see http://userguide.icu-project.org/formatparse/messages- Example
exported from common/index defined in common/src/pipes/i18n_plural_pipe.ts