BREAKING CHANGE
All private exports from 'angular2/src/core/{directives,pipes,forms}' should be replaced with 'angular2/src/common/{directives,pipes,formis}'
Closes #5153
		
	
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			355 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			355 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import {ChangeDetectorRef_} from 'angular2/src/core/change_detection/change_detector_ref';
 | 
						|
import {SpyObject, proxy} from 'angular2/testing_internal';
 | 
						|
 | 
						|
export class SpyChangeDetectorRef extends SpyObject {
 | 
						|
  constructor() { super(ChangeDetectorRef_); }
 | 
						|
}
 | 
						|
 | 
						|
export class SpyNgControl extends SpyObject {}
 | 
						|
 | 
						|
export class SpyValueAccessor extends SpyObject {}
 |