lephyrus / ngx-translate-messageformat-compiler

Advanced pluralization (and more) for ngx-translate, using standard ICU syntax which is compiled with the help of messageformat.js.
MIT License
93 stars 29 forks source link

Added version ^9.0.0 of @ngx-translate/core to peer dependencies #14

Closed nielsheeren closed 6 years ago

nielsheeren commented 6 years ago

To remove warning: npm WARN ngx-translate-messageformat-compiler@2.0.1 requires a peer of @ngx-translate/core@^7.2.0 || ^8.0.0 but none is installed. You must install peer dependencies yourself.

lephyrus commented 6 years ago

Thanks.