Skip to content

Commit

Permalink
fix(ci): incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed May 25, 2016
1 parent f154e2c commit cb980d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/platform-browser/src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}];
Expand Down

0 comments on commit cb980d3

Please sign in to comment.