// #docregion
import 'package:angular2/bootstrap.dart';
import 'package:user_input/app_component.dart';
main() {
bootstrap(AppComponent);
}