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

Not compiling in Angular 13+.

Open Saqib92 opened this issue 2 years ago • 4 comments

🐞 bug report

Is this a regression?

Yes, the previous version in which this bug was not present was: Angular 9 / ngx-mask 7.9.10

Description

Not compiling in angular 13+, the moment i add NgxMaskModule.forRoot(maskConfig) it stop compiling.

🔬 Minimal Reproduction

https://stackblitz.com/edit/angular-ivy-ojryhg?file=src/app/app.module.ts

🔥 Exception or Error

it should work with angular 13 / I am expecting it to work in ionic 6 project based on angular 13.0.0

🌍 Your Environment

Angular Version:


13.0.0

Anything else relevant?

Saqib92 avatar Feb 23 '22 10:02 Saqib92

Same issue here

kevinch3-shoutly avatar Mar 07 '22 15:03 kevinch3-shoutly

hi any progress on this?

Lightllord avatar Mar 29 '22 17:03 Lightllord

Which version of ngx-mask are you using? The version should correlate to the Angular version I believe, so you should be using ngx-mask version 13 or higher. I'm fine with Angular version 13.0.3 and ngx-mask 13.1.12

nickeeromo avatar May 13 '22 02:05 nickeeromo

@angular/core: 13.2.3,
ngx-mask: 13.1.1

Please check stackblitz i have added above.

Saqib92 avatar May 13 '22 07:05 Saqib92

@Saqib92 @Lightllord @kevinch3-shoutly Hi . Thank you that using our package. Yes it was problem in package build configuration and paths . Everything should works started ngx-mask 14.2.1. This is patched original stackblitz https://stackblitz.com/edit/angular-ivy-d4rwyn?file=src%2Fapp%2Fapp.component.html

NepipenkoIgor avatar Sep 11 '22 11:09 NepipenkoIgor