2016-03-28 16:30:03 -04:00
|
|
|
import 'package:angular2/platform/browser.dart';
|
|
|
|
|
2016-02-09 16:50:08 -05:00
|
|
|
import 'package:pipe_examples/app_component.dart';
|
|
|
|
import 'package:pipe_examples/hero_birthday1_component.dart';
|
2015-11-11 01:04:13 -05:00
|
|
|
|
|
|
|
main() {
|
2016-02-09 16:50:08 -05:00
|
|
|
bootstrap(AppComponent);
|
2015-11-11 01:04:13 -05:00
|
|
|
bootstrap(HeroBirthday);
|
|
|
|
}
|