In the transformer unit tests, we previously used a mock directive annotation. This update substitutes the actual Angular2 directive annotations. Closes #706
		
			
				
	
	
		
			8 lines
		
	
	
		
			83 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			83 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
library web_foo;
 | 
						|
 | 
						|
import 'bar.dart';
 | 
						|
 | 
						|
void main() {
 | 
						|
  new MyComponent('Things');
 | 
						|
}
 |