2015-11-16 18:16:44 -05:00
|
|
|
# #docregion
|
2015-11-04 23:12:30 -05:00
|
|
|
name: hero_form
|
|
|
|
description: Form example
|
|
|
|
version: 0.0.1
|
|
|
|
dependencies:
|
2015-11-16 18:16:44 -05:00
|
|
|
angular2: 2.0.0-alpha.47
|
2015-11-04 23:12:30 -05:00
|
|
|
browser: ^0.10.0
|
|
|
|
transformers:
|
|
|
|
- angular2:
|
|
|
|
entry_points: web/main.dart
|
2015-11-16 18:16:44 -05:00
|
|
|
|