// #docregion import 'package:angular2/bootstrap.dart'; import 'package:hero_form/hero_form_component.dart'; main() { bootstrap(HeroFormComponent); }