Angular SDK
CI environments
Deactivate the Screeb SDK during CI execution to avoid creating anonymous users and exceeding your MTU limit.
Prerequisites
- Node.js 14 or later
- Angular 12 or later (Angular 14+ for standalone bootstrapping)
Add Screeb as a dependency
npm install @screeb/sdk-angular --save
# or
yarn add @screeb/sdk-angular