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
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
All the examples specified in the readme doc explains about how to use the web elements in the main layout html. But there isn't any info on how to use it on the custom element itself.
All the examples specified in the readme doc explains about how to use the web elements in the main layout html. But there isn't any info on how to use it on the custom element itself.
In a typical polymer app, everything is a web component and they can be extendable and reusable. For an example, check out the the topeka quiz element https://github.com/Polymer/topeka-elements/blob/master/templates/topeka-quiz-four-quarter.html
here the code snippet
how can this element import can be translated to emcee way?
move all this imports to custom manifest file, and refer them in the polymer element file.
is emcee equipped to handle recursive imports on the element level.??
Any help is very much appreciated.
The text was updated successfully, but these errors were encountered: