example(pipes): Dart e2e fix (#2825)
Match TS example and only bootstrap AppComponent.
This commit is contained in:
parent
1c2d14a8b8
commit
7c8938a424
|
@ -1,9 +1,7 @@
|
||||||
import 'package:angular2/platform/browser.dart';
|
import 'package:angular2/platform/browser.dart';
|
||||||
|
|
||||||
import 'package:pipe_examples/app_component.dart';
|
import 'package:pipe_examples/app_component.dart';
|
||||||
import 'package:pipe_examples/hero_birthday1_component.dart';
|
|
||||||
|
|
||||||
main() {
|
void main() {
|
||||||
bootstrap(AppComponent);
|
bootstrap(AppComponent);
|
||||||
bootstrap(HeroBirthdayComponent);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue