9 lines
		
	
	
		
			161 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| // #docregion
 | |
| import 'package:angular2/platform/browser.dart';
 | |
| 
 | |
| import 'package:hero_form/hero_form_component.dart';
 | |
| 
 | |
| main() {
 | |
|   bootstrap(HeroFormComponent);
 | |
| }
 |