cesarrew / ng2-currency-mask

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

Not working with lazy loading #102

Closed ErickXavier closed 2 years ago

ErickXavier commented 6 years ago

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?

cesarrew commented 2 years ago

I couldn't reproduce the problem. Working as expected in my tests.