We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref
Right now imported-template can load content from a url or import html provided as content property.
imported-template
content
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>
The text was updated successfully, but these errors were encountered:
As agreed with @tomalec and @warpech it should be another element, not a feature inside imported-template.
Sorry, something went wrong.
@tomalec this is currently supported, right?
no, it's not.
No branches or pull requests
Right now
imported-template
can load content from a url or import html provided ascontent
property.It would be really nice to be able to import other templates like this:
The text was updated successfully, but these errors were encountered: