The as-element (element aliasing)
<template>
<require from="./hello-row.html"></require>
<table>
<tr as-element="hello-row">
</table>
</template><template>
<td>Hello</td>
<td>World</td>
</template>Last updated
Was this helpful?
<template>
<require from="./hello-row.html"></require>
<table>
<tr as-element="hello-row">
</table>
</template><template>
<td>Hello</td>
<td>World</td>
</template>Last updated
Was this helpful?
Was this helpful?