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