optwidget-angular-directive

Use OptWidget with AngularJS

Usage no npm install needed!

<script type="module">
  import optwidgetAngularDirective from 'https://cdn.skypack.dev/optwidget-angular-directive';
</script>

README

optwidget-angular-directive

An angular directive for integration OptWidget.

Installation:

Simply include the file, and add to your Angular dependencies. Then, you can use like this:

<div optwidget formID="YOUR_FORM_ID"></div>

...or

<optwidget formID="YOUR_FORM_ID"></optwidget>