import 'package:angular2/platform/browser.dart'; import 'package:lifecycle_hooks/app_component.dart'; void main() { bootstrap(AppComponent); }