fix: broken build
This commit is contained in:
parent
16ef21d086
commit
d0a64f9c86
@ -13,7 +13,6 @@ import {
|
|||||||
createPlatform,
|
createPlatform,
|
||||||
assertPlatform,
|
assertPlatform,
|
||||||
ReflectiveInjector,
|
ReflectiveInjector,
|
||||||
reflector,
|
|
||||||
coreLoadAndBootstrap,
|
coreLoadAndBootstrap,
|
||||||
Type,
|
Type,
|
||||||
ComponentRef
|
ComponentRef
|
||||||
@ -38,6 +37,7 @@ import {BrowserPlatformLocation} from "./browser/location/browser_platform_locat
|
|||||||
import {COMPILER_PROVIDERS, XHR} from "@angular/compiler";
|
import {COMPILER_PROVIDERS, XHR} from "@angular/compiler";
|
||||||
import {CachedXHR} from "./xhr/xhr_cache";
|
import {CachedXHR} from "./xhr/xhr_cache";
|
||||||
import {XHRImpl} from "./xhr/xhr_impl";
|
import {XHRImpl} from "./xhr/xhr_impl";
|
||||||
|
import {reflector} from '../../compiler_cli/src/core_private';
|
||||||
|
|
||||||
export const CACHED_TEMPLATE_PROVIDER: Array<any /*Type | Provider | any[]*/> =
|
export const CACHED_TEMPLATE_PROVIDER: Array<any /*Type | Provider | any[]*/> =
|
||||||
[{provide: XHR, useClass: CachedXHR}];
|
[{provide: XHR, useClass: CachedXHR}];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user