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