9 lines
		
	
	
		
			221 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
import 'package:angular2/bootstrap.dart';
 | 
						|
import 'package:pipe_examples/app_component.dart';
 | 
						|
import 'package:pipe_examples/hero_birthday1_component.dart';
 | 
						|
 | 
						|
main() {
 | 
						|
  bootstrap(AppComponent);
 | 
						|
  bootstrap(HeroBirthday);
 | 
						|
}
 |