2016-01-21 13:45:41 -08:00

8 lines
189 B
Dart

// #docregion
import 'package:angular2/bootstrap.dart';
import 'package:structural_directives/structural_directives_component.dart';
main() {
bootstrap(StructuralDirectivesComponent);
}