EddyVerbruggen / nativescript-fingerprint-auth

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner or facial recognition!
MIT License
134 stars 33 forks source link

Angular integration - Module not found error #39

Open pardhu423 opened 6 years ago

pardhu423 commented 6 years ago

I am using the module in my Angular project and getting the below error

Module not found: Error: Can't resolve 'nativescript-fingerprint-auth'

When I debugged error happens in the below statement

this.fingerprintAuth = new FingerprintAuth();