fix(ci): incorrect import

This commit is contained in:
Misko Hevery 2016-05-25 16:22:55 -07:00
parent f154e2c6cf
commit cb980d3e43
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import {BrowserPlatformLocation} from "./browser/location/browser_platform_locat
import {COMPILER_PROVIDERS, XHR} from "@angular/compiler";
import {CachedXHR} from "./xhr/xhr_cache";
import {XHRImpl} from "./xhr/xhr_impl";
import {reflector} from '../../compiler_cli/src/core_private';
import {reflector} from '../core_private';
export const CACHED_TEMPLATE_PROVIDER: Array<any /*Type | Provider | any[]*/> =
[{provide: XHR, useClass: CachedXHR}];