thelebdev / ng2-currency-mask

A very simple currency mask directive that allows using a number attribute with the ngModel.
MIT License
0 stars 3 forks source link

Any plan to support Angular 8 with ivy enabled? #27

Open yuwu9145 opened 4 years ago

yuwu9145 commented 4 years ago

My project has ng2-currency-mask as a dependency. Today I tried to build my app with ivy enabled and get following error

ERROR in ../node_modules/ng2-currency-mask/src/currency-mask.module.d.ts:1:22 - error TS-996002: Appears in the NgModule.imports of GeneralSettingsModule, but could not be resolved to an NgModule class

Do we have any plan to support ivy as I think it will be a very cool feature coming out of box in Angular 9