ngx-currency
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.
Duplicate #152
See #169. There is a decent short term solution.
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 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'