8 lines
189 B
Dart
8 lines
189 B
Dart
// #docregion
|
|
import 'package:angular2/bootstrap.dart';
|
|
import 'package:structural_directives/structural_directives_component.dart';
|
|
|
|
main() {
|
|
bootstrap(StructuralDirectivesComponent);
|
|
}
|