You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @anlexN, after HTML Imports were dropped from the specs, JavaScript modules are really the only standard option for linking between source files. Polymer and lit-html have switched over to putting HTML inside template literals which are internally used to populate a <template> at runtime to convert them to DOM objects.
If you're looking to write HTML and have that interact with the JS module graph, I'd recommend following WICG/webcomponents#645, where this is being considered for standardization.
your README.md says "Note that HTML Imports are deprecated in favor of JavaScript modules"
The text was updated successfully, but these errors were encountered: