2015-11-15 23:38:50 -07:00
|
|
|
// #docregion
|
2016-03-28 13:30:03 -07:00
|
|
|
import 'package:angular2/platform/browser.dart';
|
|
|
|
|
2015-11-15 23:38:50 -07:00
|
|
|
import 'package:template_syntax/app_component.dart';
|
|
|
|
|
2016-02-23 14:33:54 +00:00
|
|
|
void main() {
|
2015-11-15 23:38:50 -07:00
|
|
|
bootstrap(AppComponent);
|
|
|
|
}
|