Closed faculezcano closed 2 years ago
When trying to use for instance currency formatter it throws an error because options is not being passed to i18next.format(...) function.
currency
i18next.format(...)
I've made a PR, please let me know if i have to make changes.
https://github.com/Romanchuk/angular-i18next/pull/86
Best
Thanks, mate! Finally got a minute to merge it
Fixed at angular-i18next 14.1.0
When trying to use for instance
currency
formatter it throws an error because options is not being passed toi18next.format(...)
function.I've made a PR, please let me know if i have to make changes.
https://github.com/Romanchuk/angular-i18next/pull/86
Best