• Unregister scoped root and remove styles

    class App extends HTMLElement {
    disconnectedCallback() {
    unregisterRoot(this.shadowRoot)
    }
    }

    Parameters

    • root: HTMLElement = document.head

    Returns void

Generated using TypeDoc