ngx-currency icon indicating copy to clipboard operation
ngx-currency copied to clipboard

'NgxCurrencyModule' does not appear to be an NgModule class.(-996002) currency-mask.module.d.ts(3, 44): This likely means that the library (ngx-currency) which declares NgxCurrencyModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

Open tortuc opened this issue 1 year ago • 4 comments

tortuc avatar Jun 15 '23 08:06 tortuc

Duplicate #152

LuisCampos97 avatar Jun 15 '23 11:06 LuisCampos97

See #169. There is a decent short term solution.

tpriceshoppas avatar Jun 16 '23 14:06 tpriceshoppas

Anyone who have faced this same issue and found any replacement, plz do share as authors of this plugin is not publishing any update for ivy.

stormbreakR1 avatar Jun 27 '23 08:06 stormbreakR1

@stormbreakR1 I forked the project to migrate the code in angular16 + refactor as a standard angular library (ng-packagr), in order to be able to push it on npmjs I renamed the lib as : ad-ngx-currency, so to make it work : npm i ad-ngx-currency

Next : replace all your imports 'ngx-currency' by 'ad-ngx-currency'

adessilly avatar Jul 14 '23 12:07 adessilly