8 lines
157 B
Dart
8 lines
157 B
Dart
import 'package:angular2/platform/browser.dart';
|
|
|
|
import 'package:angular2_tour_of_heroes/app_component_1.dart';
|
|
|
|
void main() {
|
|
bootstrap(AppComponent);
|
|
}
|