Closed brennomarques closed 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" },
I don't see angular-cc-library in your dependecies, i see angularx-cc-library instead.
angular-cc-library
I will close this issue, if you still think the problem in this library please feel free to reopen.
The documentation was correctly followed, but when I do the import it presents "Cannot find module 'angular-cc-library' or its corresponding type declarations."