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

To initialize a variable with a value, the mask is not being applied correctly

Open ViniciusRochaDcide opened this issue 1 year ago • 0 comments

To initialize a variable with a value, the mask is not being applied correctly

image

https://stackblitz.com/edit/angular-nhtwrw?file=src%2Fmain.ts

"dependencies": { "@angular/animations": "^17.0.1", "@angular/common": "^17.0.1", "@angular/compiler": "^17.0.1", "@angular/core": "^17.0.1", "@angular/forms": "^17.0.1", "@angular/platform-browser": "^17.0.1", "@angular/router": "^17.0.1", "ngx-mask": "^17.0.4", "rxjs": "^7.8.1", "tslib": "^2.6.2", "zone.js": "^0.14.2" }

ViniciusRochaDcide avatar Jan 05 '24 14:01 ViniciusRochaDcide