How to install
Add@fingerprintjs/fingerprintjs-pro-angular as a dependency to your application via npm or yarn.
FingerprintjsProAngularModule.forRoot() to the imports sections in your root application module. You need to specify your public API key and other configuration options based on your chosen region and active integration.
TypeScript
FingerprintjsProAngularService in your component’s constructor. Now you can identify visitors using the getVisitorData() method from the service.
TypeScript