Build a custom Angular Elements Component and use it anywhere.
git clonenpm installnpm run build:elements
This will create the custom component elements/custom-elements.js.
You can use your custom Angular Elements component in any HTML page like so...
<app-custom-element></app-custom-element>
<script src="../elements/custom-element.js"></script>Or simply open {local-path-to}/demo/index.html in your browser.