2016-03-28 13:30:03 -07:00
|
|
|
import 'package:angular2/platform/browser.dart';
|
|
|
|
|
2016-02-09 13:50:08 -08:00
|
|
|
import 'package:pipe_examples/app_component.dart';
|
|
|
|
import 'package:pipe_examples/hero_birthday1_component.dart';
|
2015-11-10 23:04:13 -07:00
|
|
|
|
|
|
|
main() {
|
2016-02-09 13:50:08 -08:00
|
|
|
bootstrap(AppComponent);
|
2016-06-28 08:22:53 -07:00
|
|
|
bootstrap(HeroBirthdayComponent);
|
2015-11-10 23:04:13 -07:00
|
|
|
}
|