| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-06-07 | 698 Bytes | |
| v14.0.0 source code.tar.gz | 2022-06-07 | 1.9 MB | |
| v14.0.0 source code.zip | 2022-06-07 | 2.2 MB | |
| Totals: 3 Items | 4.1 MB | 0 | |
Features
-
Angular version: ^14.0.0
-
Add
l10nPlural&l10nDisplayNamesdirectives l10nPluralpipe & directive now pass the value as parameter to translation
BREAKING CHANGES
l10nDateAsync&l10nNumberAsynchave a different signature:languageparameter was moved to the end
Notes
- To use pipes & directives in standalone components (in dev preview), you have to import
L10nTranslationModuleorL10nIntlModule(depending on the pipes and directives you need). When standalone components will be stable, also pipe & directives of this library will be standalone, and you will be able to import them individually as well as through ng modules.