mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
7 lines
No EOL
182 B
TypeScript
7 lines
No EOL
182 B
TypeScript
import {XHR} from 'angular2/src/compiler/xhr';
|
|
|
|
import {SpyObject, proxy} from 'angular2/testing_internal';
|
|
|
|
export class SpyXHR extends SpyObject {
|
|
constructor() { super(XHR); }
|
|
} |