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

Not working with lazy loading #19

Open guillep2k opened 5 years ago

guillep2k commented 5 years ago

Migrated from original project (https://github.com/cesarrew/ng2-currency-mask/issues/102)

Orignal request by @ErickXavier

For some reason this is not working with lazy loading. The lazy loading technique I'm using is this one: https://angular.io/guide/lazy-loading-ngmodules

I'm loading the directive as requested on the README.md but simply doesn't works. Doesn't generates any kind of error though.

Btw, I'm using the material.angular.io components too. Is this ready for them?