Files
polymer/polymer.html
Kevin Schaaf 7b53d51271 Added test for behavior & renamed API & filenames:
* `templatizer` folder -> data-elements folder
* `templatizer in filenames` -> templatize
* `fwdHostPropToInstance` -> forwardHostProp
* `fwdInstancePropToHost` -> notifyInstanceProp
* behavior `_fwdHostPropToInstance` -> _forwardHostPropV2
* behavior `_ fwdInstancePropToHost` -> _notifyInstancePropV2
2017-02-08 18:08:06 -08:00

11 lines
475 B
HTML

<!DOCTYPE html>
<link rel="import" href="polymer-legacy.html">
<!-- template elements -->
<link rel="import" href="src/legacy/templatizer-behavior.html">
<link rel="import" href="src/data-elements/dom-bind.html">
<link rel="import" href="src/data-elements/dom-repeat.html">
<link rel="import" href="src/data-elements/dom-if.html">
<link rel="import" href="src/data-elements/array-selector.html">
<!-- custom-style -->
<link rel="import" href="src/styling/custom-style.html">