Feature Flags in JavaScript
Installation
Simply embed our latest bundle from the following CDN.
Alternatively, you can use NPM to manually build the bundled *.js file.
And then grab the generated bundled file from the ./dist directory.
Basic Usage
Initialize Toggly by running the Toggly.init method and by providing your App Key from your Toggly application page
You can also check multiple feature keys and make use of the requirement (FeatureRequirement.all
, FeatureRequirement.any
) and negate
(bool) options.
Last updated