Re: [w3c/webcomponents] HTML Modules (#645)

@AshleyScirra But you can do this? No?

```javascript
import * as doc from "./see-above.html";
const myCustomElementTemplate = doc.getElementById("myCustomElementTemplate");
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/645#issuecomment-427442707

Received on Friday, 5 October 2018 17:36:24 UTC