Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Side by Side Diff: src/site/docs/tutorials/shared-pkgs/index.markdown

Issue 24269013: first draft of polymer element tutorial (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Install Shared Packages" 3 title: "Install Shared Packages"
4 description: "Packages are bundles of source code, tools, and resources that hel p you to organize and share code" 4 description: "Packages are bundles of source code, tools, and resources that hel p you to organize and share code"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: packages 7 id: packages
8 next: web-ui/ 8 next: polymer-intro/
9 next-title: "Get Started with Web UI" 9 next-title: "Define a Custom Element"
10 prev: remove-elements/ 10 prev: remove-elements/
11 prev-title: "Remove DOM Elements" 11 prev-title: "Remove DOM Elements"
12 --- 12 ---
13 13
14 {% capture whats_the_point %} 14 {% capture whats_the_point %}
15 15
16 * Packages are awesome. 16 * Packages are awesome.
17 * Packages are cool. 17 * Packages are cool.
18 * Share your code in packages, with all your friends at school. 18 * Share your code in packages, with all your friends at school.
19 19
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 <a href="https://pub.dartlang.org/packages/web_ui">web_ui</a>&mdash;a packag e 299 <a href="https://pub.dartlang.org/packages/web_ui">web_ui</a>&mdash;a packag e
300 created by the Dart team that lets you use Web components and templating. 300 created by the Dart team that lets you use Web components and templating.
301 The 301 The
302 <a href="/docs/tutorials/web-ui/">next target</a> covers Web UI. 302 <a href="/docs/tutorials/web-ui/">next target</a> covers Web UI.
303 </li> 303 </li>
304 </ul> 304 </ul>
305 305
306 {% endcapture %} 306 {% endcapture %}
307 307
308 {% include tutorial.html %} 308 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/polymer-intro/index.markdown ('k') | src/site/docs/tutorials/web-ui/images/expressions.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698