OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: tutorial |
3 title: "Define a Custom Element" | 3 title: "Define a Custom Element" |
4 description: "Create a custom HTML element using Polymer." | 4 description: "Create a custom HTML element using Polymer." |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: polymer-intro | 7 id: polymer-intro |
8 next: futures/ | 8 next: futures/ |
9 next-title: "Use Future-Based APIs" | 9 next-title: "Use Future-Based APIs" |
10 prev: shared-pkgs/ | 10 prev: shared-pkgs/ |
11 prev-title: "Install Shared Packages" | 11 prev-title: "Install Shared Packages" |
12 --- | 12 --- |
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 | 530 |
531 The next tutorial, | 531 The next tutorial, |
532 [Fetch Data Dynamically](/docs/tutorials/fetchdata/), | 532 [Fetch Data Dynamically](/docs/tutorials/fetchdata/), |
533 shows you how to fetch data | 533 shows you how to fetch data |
534 and use JSON to encode and decode | 534 and use JSON to encode and decode |
535 that data. | 535 that data. |
536 | 536 |
537 {% endcapture %} | 537 {% endcapture %} |
538 | 538 |
539 {% include tutorial.html %} | 539 {% include tutorial.html %} |
OLD | NEW |