Skip to content

Add support for ref attribute #13

@miyconst

Description

@miyconst

Right now imported-template can load content from a url or import html provided as content property.

It would be really nice to be able to import other templates like this:

<template id="my-template">
    <div>Some HTML here</div>
</template>
<template is="imported-template" ref="my-template"></template>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions