On Mon, 1 Aug 2016 at 14:33 <[email protected]> wrote:

> Hi,
>
> Is it possible to refer some HTML page as Polymer element's template? I
> have seen a few examples but local DOM of the elements only have HTML
> markup.
>

I don't think it's clear what you're asking here. HTML is referenced by
using

<link rel="import" href="your-element.html">

The referenced file may include Javascript and CSS as any other HTML file
can using the standard <script>, <style> and <link rel="stylesheet">
patterns.

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/CABtuYwfGJJ7rh5X%3DXkzrCF2espTs97U9N7x9VDYLyfUbbw%3DUzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to