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