forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidentifiers.d.ts
More file actions
34 lines (34 loc) · 1.81 KB
/
identifiers.d.ts
File metadata and controls
34 lines (34 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
import { CompileIdentifierMetadata, CompileTokenMetadata } from './compile_metadata';
export declare class Identifiers {
static ViewUtils: CompileIdentifierMetadata;
static AppView: CompileIdentifierMetadata;
static DebugAppView: CompileIdentifierMetadata;
static AppElement: CompileIdentifierMetadata;
static ElementRef: CompileIdentifierMetadata;
static ViewContainerRef: CompileIdentifierMetadata;
static ChangeDetectorRef: CompileIdentifierMetadata;
static RenderComponentType: CompileIdentifierMetadata;
static QueryList: CompileIdentifierMetadata;
static TemplateRef: CompileIdentifierMetadata;
static TemplateRef_: CompileIdentifierMetadata;
static ValueUnwrapper: CompileIdentifierMetadata;
static Injector: CompileIdentifierMetadata;
static ViewEncapsulation: CompileIdentifierMetadata;
static ViewType: CompileIdentifierMetadata;
static ChangeDetectionStrategy: CompileIdentifierMetadata;
static StaticNodeDebugInfo: CompileIdentifierMetadata;
static DebugContext: CompileIdentifierMetadata;
static Renderer: CompileIdentifierMetadata;
static SimpleChange: CompileIdentifierMetadata;
static uninitialized: CompileIdentifierMetadata;
static ChangeDetectorState: CompileIdentifierMetadata;
static checkBinding: CompileIdentifierMetadata;
static flattenNestedViewRenderNodes: CompileIdentifierMetadata;
static devModeEqual: CompileIdentifierMetadata;
static interpolate: CompileIdentifierMetadata;
static castByValue: CompileIdentifierMetadata;
static EMPTY_ARRAY: CompileIdentifierMetadata;
static EMPTY_MAP: CompileIdentifierMetadata;
static pureProxies: CompileIdentifierMetadata[];
}
export declare function identifierToken(identifier: CompileIdentifierMetadata): CompileTokenMetadata;