8 lines
		
	
	
		
			148 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| // #docregion
 | |
| import 'package:angular2/bootstrap.dart';
 | |
| import 'package:template_syntax/app_component.dart';
 | |
| 
 | |
| main() {
 | |
|   bootstrap(AppComponent);
 | |
| }
 |