web-components で javascript-libraries を使用するために、次のような html-import にそれらをラップするパターンを見てきました。
(moment.html)
<script type="application/javascript" src="bower_components/moment/moment.js"></script>
(コンポーネント.html)
<link rel="import" href="moment.html">
スクリプトを component.html に直接インポートする代わりに。html-imports だけを使用する利点はありますか?