Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ref attribute #13

Open
miyconst opened this issue Oct 14, 2015 · 3 comments
Open

Add support for ref attribute #13

miyconst opened this issue Oct 14, 2015 · 3 comments

Comments

@miyconst
Copy link

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>
@miyconst
Copy link
Author

miyconst commented Nov 9, 2015

As agreed with @tomalec and @warpech it should be another element, not a feature inside imported-template.

@warpech warpech added this to the imported-template stability milestone Apr 7, 2018
@miyconst
Copy link
Author

@tomalec this is currently supported, right?

@tomalec
Copy link
Member

tomalec commented Jun 11, 2019

no, it's not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants