| 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]
|
|
|