Project

General

Profile

1
import { CompileTokenMetadata } from './compile_metadata';
2
import { CompileReflector } from './compile_reflector';
3
import * as o from './output/output_ast';
4
export declare class Identifiers {
5
    static ANALYZE_FOR_ENTRY_COMPONENTS: o.ExternalReference;
6
    static ElementRef: o.ExternalReference;
7
    static NgModuleRef: o.ExternalReference;
8
    static ViewContainerRef: o.ExternalReference;
9
    static ChangeDetectorRef: o.ExternalReference;
10
    static QueryList: o.ExternalReference;
11
    static TemplateRef: o.ExternalReference;
12
    static CodegenComponentFactoryResolver: o.ExternalReference;
13
    static ComponentFactoryResolver: o.ExternalReference;
14
    static ComponentFactory: o.ExternalReference;
15
    static ComponentRef: o.ExternalReference;
16
    static NgModuleFactory: o.ExternalReference;
17
    static createModuleFactory: o.ExternalReference;
18
    static moduleDef: o.ExternalReference;
19
    static moduleProviderDef: o.ExternalReference;
20
    static RegisterModuleFactoryFn: o.ExternalReference;
21
    static Injector: o.ExternalReference;
22
    static ViewEncapsulation: o.ExternalReference;
23
    static ChangeDetectionStrategy: o.ExternalReference;
24
    static SecurityContext: o.ExternalReference;
25
    static LOCALE_ID: o.ExternalReference;
26
    static TRANSLATIONS_FORMAT: o.ExternalReference;
27
    static inlineInterpolate: o.ExternalReference;
28
    static interpolate: o.ExternalReference;
29
    static EMPTY_ARRAY: o.ExternalReference;
30
    static EMPTY_MAP: o.ExternalReference;
31
    static Renderer: o.ExternalReference;
32
    static viewDef: o.ExternalReference;
33
    static elementDef: o.ExternalReference;
34
    static anchorDef: o.ExternalReference;
35
    static textDef: o.ExternalReference;
36
    static directiveDef: o.ExternalReference;
37
    static providerDef: o.ExternalReference;
38
    static queryDef: o.ExternalReference;
39
    static pureArrayDef: o.ExternalReference;
40
    static pureObjectDef: o.ExternalReference;
41
    static purePipeDef: o.ExternalReference;
42
    static pipeDef: o.ExternalReference;
43
    static nodeValue: o.ExternalReference;
44
    static ngContentDef: o.ExternalReference;
45
    static unwrapValue: o.ExternalReference;
46
    static createRendererType2: o.ExternalReference;
47
    static RendererType2: o.ExternalReference;
48
    static ViewDefinition: o.ExternalReference;
49
    static createComponentFactory: o.ExternalReference;
50
}
51
export declare function createTokenForReference(reference: any): CompileTokenMetadata;
52
export declare function createTokenForExternalReference(reflector: CompileReflector, reference: o.ExternalReference): CompileTokenMetadata;
(19-19/54)