8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:angular2/platform/browser.dart';
 | |
| 
 | |
| import 'package:angular2_tour_of_heroes/app_component.dart';
 | |
| 
 | |
| void main() {
 | |
|   bootstrap(AppComponent);
 | |
| }
 |