BREAKING CHANGE All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
		
			
				
	
	
		
			9 lines
		
	
	
		
			220 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			220 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
library core.spies;
 | 
						|
 | 
						|
import 'package:angular2/src/compiler/xhr.dart';
 | 
						|
import 'package:angular2/testing_internal.dart';
 | 
						|
 | 
						|
@proxy
 | 
						|
class SpyXHR extends SpyObject implements XHR {
 | 
						|
  noSuchMethod(m) => super.noSuchMethod(m);
 | 
						|
} |