1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | import { Compiler } from '@angular/core';
|
9 | import { CompilerFactory } from '@angular/core';
|
10 | import { CompilerOptions } from '@angular/core';
|
11 | import { PlatformRef } from '@angular/core';
|
12 | import { StaticProvider } from '@angular/core';
|
13 | import { Version } from '@angular/core';
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 | export declare class JitCompilerFactory implements CompilerFactory {
|
22 | private _defaultOptions;
|
23 | createCompiler(options?: CompilerOptions[]): Compiler;
|
24 | }
|
25 |
|
26 |
|
27 |
|
28 |
|
29 | export declare const platformBrowserDynamic: (extraProviders?: StaticProvider[]) => PlatformRef;
|
30 |
|
31 |
|
32 |
|
33 |
|
34 | export declare const VERSION: Version;
|
35 |
|
36 |
|
37 |
|
38 |
|
39 | export declare const ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: StaticProvider[];
|
40 |
|
41 |
|
42 |
|
43 |
|
44 |
|
45 |
|
46 | export declare const ɵplatformCoreDynamic: (extraProviders?: StaticProvider[]) => PlatformRef;
|
47 |
|
48 | export { }
|