Reowork Ts prose and add Dart prose/code + Updates to docs and example code (Starting point for Dart code was taken from #1171.)
		
			
				
	
	
		
			7 lines
		
	
	
		
			151 B
		
	
	
	
		
			Dart
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			151 B
		
	
	
	
		
			Dart
		
	
	
		
			Executable File
		
	
	
	
	
| import 'package:angular2/platform/browser.dart';
 | |
| import 'package:component_styles/hero_app_component.dart';
 | |
| 
 | |
| main() {
 | |
|   bootstrap(HeroAppComponent);
 | |
| }
 |