I tried:
ng new test
(Angular cli at version 1.7.4)npm i -S fingerprintjs2
(same result withnpm i -S fingerprintjs2@1.5
)npm install -D @types/fingerprintjs2
- added
../node_modules/fingerprintjs2/fingerprint2.js
in the script section of.angular-cli.json
And I cannot use fingerprintjs2 types is there a way to fix the type or should I declare fingerprintjs2 manually?