Patrice Chalin 7c8938a424 example(pipes): Dart e2e fix (#2825)
Match TS example and only bootstrap AppComponent.
2016-11-18 15:53:41 +00:00

8 lines
145 B
Dart

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