AUR0701
Template compilation error in element "{{0:name}}": the root <template> cannot be a local element template.
Error message
Parameters
Error explanation
Common causes
How to fix
Example of Incorrect Usage:
<!-- my-component.html -->
<template as-custom-element="this-is-wrong"> <!-- Error: as-custom-element on root template -->
<div>Hello</div>
</template>Example of Correct Usage (Local Element):
Last updated
Was this helpful?