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

Side by Side Diff: src/site/docs/tutorials/polymer-intro/examples/stopwatch/out/web/index.html_bootstrap.dart

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
(Empty)
1 library app_bootstrap;
2
3 import 'package:polymer/polymer.dart';
4 import 'dart:mirrors' show currentMirrorSystem;
5
6 import 'tute_stopwatch.dart' as i0;
7
8 void main() {
9 initPolymer([
10 'tute_stopwatch.dart',
11 ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698