angular-docs-cn/public/docs/_examples/attribute-directives/dart/web/main.dart

8 lines
153 B
Dart

// #docregion
import 'package:angular2/bootstrap.dart';
import 'package:attribute_directives/app_component.dart';
main() {
bootstrap(AppComponent);
}