repackaging: all the repackaging changes squashed
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {XHR} from 'angular2/src/compiler/xhr';
|
||||
import {XHR} from '@angular/compiler/src/xhr';
|
||||
|
||||
import {SpyObject, proxy} from 'angular2/testing_internal';
|
||||
import {SpyObject, proxy} from '@angular/core/testing/testing_internal';
|
||||
|
||||
export class SpyXHR extends SpyObject {
|
||||
constructor() { super(XHR); }
|
||||
|
Reference in New Issue
Block a user