-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I've just realized that with TWC it is not possible to have additional markup inside of the <dom-module> which is how <lazy-imports> are used:
<dom-module id="my-element">
<link rel="lazy-import" group="main" href="../loaded-lazily.html">
<template>
</template>
<script>
class MyElement extends Polymer.Element {}
</script>
</dom-module>Or is it possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels