* update to beta.22 * Dart SDK 1.19.0 or later is required * minor edits to sample app titles to e2e tests pass * Renamed “Angular 2” to “Angular” so that shared e2e tests pass. * Tweak to QS prose.
		
			
				
	
	
		
			21 lines
		
	
	
		
			497 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			497 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # #docregion
 | |
| name: dependency_injection
 | |
| description: Dependency injection sample
 | |
| version: 0.0.1
 | |
| environment:
 | |
|   sdk: '>=1.19.0 <2.0.0'
 | |
| dependencies:
 | |
|   angular2: 2.0.0-beta.22
 | |
|   browser: ^0.10.0
 | |
|   dart_to_js_script_rewriter: ^1.0.1
 | |
| transformers:
 | |
| - angular2:
 | |
|     platform_directives:
 | |
|     - 'package:angular2/common.dart#COMMON_DIRECTIVES'
 | |
|     platform_pipes:
 | |
|     - 'package:angular2/common.dart#COMMON_PIPES'
 | |
|     entry_points: web/main.dart
 | |
| - dart_to_js_script_rewriter
 | |
| dev_dependencies:
 | |
|   test: any
 |