Chromium Code Reviews

Unified Diff: modules/angular2/test/transform/common.html

Issue 927373004: Initial commit of Dart transformer to generate constructor stubs, see https://github.com/angular/an… (Closed) Base URL: https://github.com/kegluneq/angular.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: modules/angular2/test/transform/common.html
diff --git a/modules/angular2/test/transform/common.html b/modules/angular2/test/transform/common.html
new file mode 100644
index 0000000000000000000000000000000000000000..739d68575a74a4c3c7aa9daa83e1717c17bbd0c4
--- /dev/null
+++ b/modules/angular2/test/transform/common.html
@@ -0,0 +1,3 @@
+<html><head></head><body>
+<script type="application/dart" src="index.dart"></script>
+</body></html>

Powered by Google App Engine