Function createComponentFromTemplate

  • Creates a custom element from a template element

    Parameters

    • template: string | HTMLTemplateElement

      The template element to create a component from

    • name: string = ''

      Optional. Name of the custom element, if not provided it will be taken from the 'component' attribute

    Returns Promise<void>