2016-01-14 13:23:29 -05:00
|
|
|
// #docregion
|
2016-03-28 16:30:03 -04:00
|
|
|
import 'package:angular2/platform/browser.dart';
|
|
|
|
|
2016-01-14 13:23:29 -05:00
|
|
|
import 'package:structural_directives/structural_directives_component.dart';
|
|
|
|
|
|
|
|
main() {
|
|
|
|
bootstrap(StructuralDirectivesComponent);
|
|
|
|
}
|