UNPKG

generator-base-angulymerjs

Version:

AngularJS with Polymer Webcomponents basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.

9 lines 235 B
<dom-module id="element-footer"><template><style>:host { font-size: 0.8em; } </style><div class="row"><p>@{{year}}</p></div></template><script>Polymer({ is: 'element-footer', properties: { year: String } });</script></dom-module>