Use with Angular
Check out the entire Angular example code in our examples repository.
First, import the web components build of the widget into your component.ts file:
Add the widget CSS file to your angular.json (See the full file here):
Add the CUSTOM_ELEMENTS_SCHEMA
to your module.ts file:
Finally, add the widget to your component.html file:
Additionally, you may need to load polyfills for the widget to work properly:
Customizations
Connect your Project
Learn how to setup a Swing Platform project to configure the chains, tokens and integrations used by the widget.
Configure an environment
Learn how to configure the widget to use production and testnet environments.