Ngx-mask: Module not found: Error: Can't resolve 'ngx-mask/app/ngx-mask/mask-applier.service'

Created on 6 Jun 2019  路  1Comment  路  Source: JsDaddy/ngx-mask

Hello all,

I'm on 7.9.9 and trying to use the service but keep running into this error message.

here is how I am attempting to implement it in the ts.

`import { MaskApplierService } from 'ngx-mask/app/ngx-mask/mask-applier.service';

constructor ( private readonly maskService: MaskApplierService ){}

maskedString = this.maskService.applyMask('string', 'mask');`

I may be missing something obvious but I just can't see it.
Your feedback is greatly appreciated. thank you!

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings