Not every element needs to be imported in elements.html. For example, if I make a chat-app element, it may import all of its children, so including those imports again in elements.html is redundant.
Running yo polymer:el should ask if the user would like an import generated for them
Not every element needs to be imported in
elements.html
. For example, if I make a chat-app element, it may import all of its children, so including those imports again inelements.html
is redundant.Running
yo polymer:el
should ask if the user would like an import generated for them