Features
-
Angular version: ^14.0.0
-
Add
l10nPlural
&l10nDisplayNames
directives -
l10nPlural
pipe & directive now pass the value as parameter to translation
BREAKING CHANGES
l10nDateAsync
&l10nNumberAsync
have a different signature:language
parameter was moved to the end
Notes
- To use pipes & directives in standalone components (in dev preview), you have to import
L10nTranslationModule
orL10nIntlModule
(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.