Skip to main content
Create an AngularJS controller that mounts Rollout Link into a DOM element that AngularJS owns:
Fetch your Rollout token from the backend, load the Rollout stylesheet, then mount the UI component into the container:
Now you should see something that looks like this: A rendering of the Rollout Link UI Component

Step 3 (Optional): Handle when a new credential is added

You can pass onCredentialAdded to run custom AngularJS logic after a user connects an integration:

Full implementation example

If you want to build your own integration cards or connector-specific auth flows, see Build your own integration UI with Rollout Link components.