Look at this Plunker.
It looks like line 1 on index.html
that reads:
<script src="http://www.polymer-project.org/1.0/samples/components/webcomponentsjs/webcomponents-lite.min.js"></script>
plus line 1 on parent-element.html
that reads:
<link rel="import" href="http://www.polymer-project.org/1.0/samples/components/polymer/polymer.html">
are collectively importing all the Polymer 1.0 web elements.
Is that correct? Or are they only importing a subset?