mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
* `templatizer` folder -> data-elements folder * `templatizer in filenames` -> templatize * `fwdHostPropToInstance` -> forwardHostProp * `fwdInstancePropToHost` -> notifyInstanceProp * behavior `_fwdHostPropToInstance` -> _forwardHostPropV2 * behavior `_ fwdInstancePropToHost` -> _notifyInstancePropV2
11 lines
475 B
HTML
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">
|