ngx-mask icon indicating copy to clipboard operation
ngx-mask copied to clipboard

Error while compiling

Open jalmirante opened this issue 3 years ago • 4 comments

Angular 13.0.4 ngx-mask 14.0.3

I add "import { NgxMaskModule, IConfig } from 'ngx-mask';" in my module and when doing the "ng serve" the following error appears:

Captura de Pantalla 2022-06-25 a la(s) 22 15 20

jalmirante avatar Jun 26 '22 02:06 jalmirante

+1

liverant avatar Jun 27 '22 10:06 liverant

Try with 13 version of ng-mask.

perezrevert04 avatar Jun 27 '22 14:06 perezrevert04

I'm getting the same error. Angular version 13

lionmo avatar Jul 02 '22 07:07 lionmo

+1

lixaotec avatar Jul 19 '22 15:07 lixaotec

@jalmirante Seems like we cant reproduce problem For example you could look on this https://stackblitz.com/edit/angular-material-13-starter-x1xj4z-lzamyg?file=src%2Fapp%2Fapp.module.ts,src%2Fapp%2Fapp.component.html If you still has an issue please open new issue with right template and provide stackblitz example of what you tried to do

NepipenkoIgor avatar Sep 14 '22 09:09 NepipenkoIgor

whats solution?

EmersonCoosta avatar Nov 02 '22 18:11 EmersonCoosta

@EmersonCoosta uninstall ngx-mask version 14 and install one compatible with version 13, I had this problem too and I'm using version 13.1.13 https://www.npmjs.com/package/ngx-mask/v/13.1.13

npm i [email protected]

gabrielluizoc avatar Nov 12 '22 17:11 gabrielluizoc

@gabrielluizoc Obrigado, procurei muito por essa solução.

Augusto96Ribeiro avatar Apr 27 '23 13:04 Augusto96Ribeiro