fix: broken build

This commit is contained in:
Misko Hevery 2016-05-25 16:03:11 -07:00
parent 16ef21d086
commit d0a64f9c86

View File

@ -13,7 +13,6 @@ import {
createPlatform,
assertPlatform,
ReflectiveInjector,
reflector,
coreLoadAndBootstrap,
Type,
ComponentRef
@ -38,6 +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';
export const CACHED_TEMPLATE_PROVIDER: Array<any /*Type | Provider | any[]*/> =
[{provide: XHR, useClass: CachedXHR}];