nbfontana / ngx-currency

Currency mask module for Angular 📦
https://nbfontana.github.io/ngx-currency
MIT License
224 stars 120 forks source link

Module '"ngx-currency"' has no exported member 'NgxCurrencyModule' #196

Open timhilehin1 opened 3 weeks ago

timhilehin1 commented 3 weeks ago

I am on Angular 17 and using ngx-currency v2.5.3

I keep getting errors "Module '"ngx-currency"' has no exported member 'NgxCurrencyModule'"

Any ideas?

ArtemDintecom commented 3 weeks ago

I think on Angular 17 you should use the corresponding version of ngx-currency 17.0.0. As of ngx-currency 4.0.0 NgxCurrencyModule no longer exists, you can import the NgxCurrencyDirective directly. Here's the full list of changes. More detailed information on how to override settings globally can be found in the Readme.