* update docs home banner * update example and main repo pubspec.yaml files * update shredder tests (Not strictly necessary, but avoids tripping regex triggers when doing updates.)
		
			
				
	
	
		
			20 lines
		
	
	
		
			481 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			481 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # #docregion
 | |
| name: structural_directives
 | |
| description: Structural directives example
 | |
| version: 0.0.1
 | |
| environment:
 | |
|   sdk: '>=1.19.0 <2.0.0'
 | |
| dependencies:
 | |
|   angular2: ^2.1.1
 | |
| dev_dependencies:
 | |
|   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
 |