In my DoBootstrap
, I setup the Angular element with
const webComponentTag = 'ui-button'
customElements.define(webComponentTag, createCustomElement(UIButtonComponent, {injector}));
Note there is no way to remove a definition from registered custom elements.