OLD | NEW |
1 name: examples | 1 name: examples |
2 environment: | 2 environment: |
3 sdk: '>=1.4.0' | 3 sdk: '>=1.4.0' |
4 dependencies: | 4 dependencies: |
5 angular2: | 5 angular2: |
6 path: ../angular2 | 6 path: ../angular2 |
7 browser: '>=0.10.0 <0.11.0' | 7 browser: '>=0.10.0 <0.11.0' |
8 dev_dependencies: | 8 dev_dependencies: |
9 guinness: ">=0.1.16 <0.2.0" | 9 guinness: ">=0.1.16 <0.2.0" |
10 transformers: | 10 transformers: |
| 11 - angular2: |
| 12 entry_point: web/src/hello_world/index.dart |
| 13 html_entry_point: web/src/hello_world/index.html |
11 - $dart2js: | 14 - $dart2js: |
12 minify: true | 15 minify: true |
13 commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-
info] | 16 commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-
info] |
14 #commandLineOptions: [--trust-type-annotations, --dump-info] | 17 #commandLineOptions: [--trust-type-annotations, --dump-info] |
15 #commandLineOptions: [--dump-info] | 18 #commandLineOptions: [--dump-info] |
OLD | NEW |