Skip to main content
The Fingerprint Angular SDK is an easy way to integrate Fingerprint into your Angular application. It supports all capabilities of the JavaScript agent and provides a built-in caching mechanism. You can view our Angular quickstart for a step-by-step guide to get started.

How to install

Add @fingerprintjs/fingerprintjs-pro-angular as a dependency to your application via npm or yarn.
Add 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
Inject the FingerprintjsProAngularService in your component’s constructor. Now you can identify visitors using the getVisitorData() method from the service.
TypeScript

Documentation

You can find the full documentation in the official GitHub repository. The repository also contains an example app demonstrating the usage of the library.