9 lines
161 B
Dart
9 lines
161 B
Dart
// #docregion
|
|
import 'package:angular2/platform/browser.dart';
|
|
|
|
import 'package:attribute_directives/app_component.dart';
|
|
|
|
main() {
|
|
bootstrap(AppComponent);
|
|
}
|