Angular OpenFeature SDK - Installation
Requirements
The OpenFeature Angular SDK is compatible Angular versions 16 and above.
Installation
To install the SDK, run the following command:
npm
npm install --save @openfeature/angular-sdk @devcycle/openfeature-angular-provider
yarn
yarn requires manual installation of the OpenFeature peer dependencies:
yarn add @openfeature/angular-sdk @openfeature/web-sdk @openfeature/core @devcycle/openfeature-angular-provider
Required Peer Dependencies
The following list contains the peer dependencies of @openfeature/angular-sdk
:
@openfeature/web-sdk
@angular/common
@angular/core
For additional help, please contact DevCycle support at [email protected].