timofei-iatsenko / angular-cc-library

Library to support Credit Card input masking and validation
MIT License
82 stars 71 forks source link

Cannot find module 'angular-cc-library' or its corresponding type declarations. #86

Closed brennomarques closed 3 years ago

brennomarques commented 3 years ago

The documentation was correctly followed, but when I do the import it presents "Cannot find module 'angular-cc-library' or its corresponding type declarations."

"dependencies": {
    "@angular/animations": "~10.2.0",
    "@angular/common": "~10.2.0",
    "@angular/compiler": "~10.2.0",
    "@angular/core": "~10.2.0",
    "@angular/forms": "~10.2.0",
    "@angular/platform-browser": "~10.2.0",
    "@angular/platform-browser-dynamic": "~10.2.0",
    "@angular/router": "~10.2.0",
    "angularx-cc-library": "^1.1.8",
    "bootstrap": "^4.6.0",
    "font-awesome": "^4.7.0",
    "ngx-bootstrap": "^6.2.0",
    "ngx-mask": "^11.1.5",
    "rxjs": "~6.6.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.2"
  },
timofei-iatsenko commented 3 years ago

I don't see angular-cc-library in your dependecies, i see angularx-cc-library instead.

I will close this issue, if you still think the problem in this library please feel free to reopen.