hidglobal / digitalpersona-devices

DigitalPersona Security Devices support library
https://hidglobal.github.io/digitalpersona-devices/index.html
MIT License
64 stars 41 forks source link

Can't resolve 'WebSdk' Angular 16 #62

Open suhavi1 opened 3 months ago

suhavi1 commented 3 months ago

I am getting the following build error while using the digitalpersona library in Angular 16 "@digitalpersona/devices": "^0.2.6",

] digitalpersona @a-bronx Can you please help here

a-bronx commented 6 days ago

WebSdk is an external library, it is not published in NPM but should be taken from the provided sample app and its typings and location should be configured in tsconfig.json via typeRoots.

We're working on a new WebSdk which will be properly published in NPM as it should, which we hope will help to avoid additional configuration steps and typical mistakes.