2015-11-16 01:38:50 -05:00
|
|
|
// #docregion
|
2016-03-28 16:30:03 -04:00
|
|
|
import 'package:angular2/platform/browser.dart';
|
|
|
|
|
2015-11-16 01:38:50 -05:00
|
|
|
import 'package:template_syntax/app_component.dart';
|
|
|
|
|
2016-02-23 09:33:54 -05:00
|
|
|
void main() {
|
2015-11-16 01:38:50 -05:00
|
|
|
bootstrap(AppComponent);
|
|
|
|
}
|