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

Cannot find module 'ng2-currency-mask' or its corresponding type declarations in Angular 11 #169

Open GoodLuck2020 opened 2 years ago

GoodLuck2020 commented 2 years ago

My current Angular package: "@angular/animations": "~11.1.0", "@angular/cdk": "^11.1.0", "@angular/common": "~11.1.0", "@angular/compiler": "~11.1.0", "@angular/core": "~11.1.0", "@angular/forms": "~11.1.0", "@angular/material": "^11.1.0", "@angular/platform-browser": "~11.1.0", "@angular/platform-browser-dynamic": "~11.1.0", "@angular/router": "~11.1.0", "@ngrx/effects": "^10.1.0", "@ngrx/store": "^10.1.0", "@ngrx/store-devtools": "^10.1.0", "cleave.js": "^1.6.0", "clonedeep": "^2.0.0", "core-js": "^3.8.3", "ng2-currency-mask": "^12.0.2", "ngx-markdown": "^11.0.1", "ngx-mask": "^11.1.4", "rxjs": "~6.6.3", "tslib": "^2.0.3", "zone.js": "~0.10.3" }, Untitled