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

Unified Diff: modules/examples/pubspec.yaml

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/examples/pubspec.yaml
diff --git a/modules/examples/pubspec.yaml b/modules/examples/pubspec.yaml
index 05fd145e482f2c64e87cc36c1626205288a24af8..5bc3fd2ebd4ed3721eec7e380a8a5da5bf15e4dc 100644
--- a/modules/examples/pubspec.yaml
+++ b/modules/examples/pubspec.yaml
@@ -8,6 +8,9 @@ dependencies:
dev_dependencies:
guinness: ">=0.1.16 <0.2.0"
transformers:
+ - angular2:
+ entry_point: web/src/hello_world/index.dart
+ html_entry_point: web/src/hello_world/index.html
- $dart2js:
minify: true
commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-info]
« modules/angular2/test/transform/transform_test.dart ('K') | « modules/angular2/transformer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698