Client-SideAngular SDK
Installation
How to install the Angular SDK
Install the AudienceLab Angular SDK in your project using npm:
npm install @geeklab.app/audiencelab-angular-sdkImporting the SDK
Import the AudienceLabService in your Angular components or services:
import { AudienceLabService } from "@geeklab.app/audiencelab-angular-sdk";Dependencies
- The SDK is compatible with Angular 12+.
- No additional dependencies are required.
- For troubleshooting, see the Troubleshooting section.