Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 7c8938a

Browse files
chalinfilipesilva
authored andcommitted
example(pipes): Dart e2e fix (#2825)
Match TS example and only bootstrap AppComponent.
1 parent 1c2d14a commit 7c8938a

File tree

1 file changed

+1
-3
lines changed
  • public/docs/_examples/pipes/dart/web

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import 'package:angular2/platform/browser.dart';
22

33
import 'package:pipe_examples/app_component.dart';
4-
import 'package:pipe_examples/hero_birthday1_component.dart';
54

6-
main() {
5+
void main() {
76
bootstrap(AppComponent);
8-
bootstrap(HeroBirthdayComponent);
97
}

0 commit comments

Comments
 (0)