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