2144b8e5b6
closes #1013
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);
|
|
}
|