2017-11-15 18:22:23 +01:00
|
|
|
export declare class JitCompilerFactory implements CompilerFactory {
|
|
|
|
|
createCompiler(options?: CompilerOptions[]): Compiler;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-03 12:33:29 -07:00
|
|
|
export declare const platformBrowserDynamic: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
|
2016-07-25 05:47:16 -07:00
|
|
|
|
2016-08-17 09:24:44 -07:00
|
|
|
export declare const RESOURCE_CACHE_PROVIDER: Provider[];
|
2016-11-30 13:52:08 -08:00
|
|
|
|
|
|
|
|
export declare const VERSION: Version;
|