Contributes to #2407 - Dropped the “2” in “Angular 2” and “angular2_*” where appropriate. - Did a partial sync of `_cache/guide/pipes.jade` - In quickstart, changed `Try changing the message to "Hello Angular 2!”` to `Try changing the message to "Hello Again Angular!”`.
		
			
				
	
	
		
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
import 'package:angular2/platform/browser.dart';
 | 
						|
 | 
						|
import 'package:angular_tour_of_heroes/app_component.dart';
 | 
						|
 | 
						|
void main() {
 | 
						|
  bootstrap(AppComponent);
 | 
						|
}
 |