banira
    Preparing search index...

    Interface RegistryScope

    The minimal global surface, injectable so the helpers are unit-testable.

    interface RegistryScope {
        CustomElementRegistry?: new () => RegistryLike;
        customElements: RegistryLike;
    }
    Index

    Properties

    CustomElementRegistry?: new () => RegistryLike
    customElements: RegistryLike