source: trip-planner-front/node_modules/@angular/compiler/src/identifiers.d.ts@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.9 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { CompileTokenMetadata } from './compile_metadata';
9import { CompileReflector } from './compile_reflector';
10import * as o from './output/output_ast';
11export declare class Identifiers {
12 static ANALYZE_FOR_ENTRY_COMPONENTS: o.ExternalReference;
13 static ElementRef: o.ExternalReference;
14 static NgModuleRef: o.ExternalReference;
15 static ViewContainerRef: o.ExternalReference;
16 static ChangeDetectorRef: o.ExternalReference;
17 static QueryList: o.ExternalReference;
18 static TemplateRef: o.ExternalReference;
19 static Renderer2: o.ExternalReference;
20 static CodegenComponentFactoryResolver: o.ExternalReference;
21 static ComponentFactoryResolver: o.ExternalReference;
22 static ComponentFactory: o.ExternalReference;
23 static ComponentRef: o.ExternalReference;
24 static NgModuleFactory: o.ExternalReference;
25 static createModuleFactory: o.ExternalReference;
26 static moduleDef: o.ExternalReference;
27 static moduleProviderDef: o.ExternalReference;
28 static RegisterModuleFactoryFn: o.ExternalReference;
29 static inject: o.ExternalReference;
30 static directiveInject: o.ExternalReference;
31 static INJECTOR: o.ExternalReference;
32 static Injector: o.ExternalReference;
33 static ViewEncapsulation: o.ExternalReference;
34 static ChangeDetectionStrategy: o.ExternalReference;
35 static SecurityContext: o.ExternalReference;
36 static LOCALE_ID: o.ExternalReference;
37 static TRANSLATIONS_FORMAT: o.ExternalReference;
38 static inlineInterpolate: o.ExternalReference;
39 static interpolate: o.ExternalReference;
40 static EMPTY_ARRAY: o.ExternalReference;
41 static EMPTY_MAP: o.ExternalReference;
42 static Renderer: o.ExternalReference;
43 static viewDef: o.ExternalReference;
44 static elementDef: o.ExternalReference;
45 static anchorDef: o.ExternalReference;
46 static textDef: o.ExternalReference;
47 static directiveDef: o.ExternalReference;
48 static providerDef: o.ExternalReference;
49 static queryDef: o.ExternalReference;
50 static pureArrayDef: o.ExternalReference;
51 static pureObjectDef: o.ExternalReference;
52 static purePipeDef: o.ExternalReference;
53 static pipeDef: o.ExternalReference;
54 static nodeValue: o.ExternalReference;
55 static ngContentDef: o.ExternalReference;
56 static unwrapValue: o.ExternalReference;
57 static createRendererType2: o.ExternalReference;
58 static RendererType2: o.ExternalReference;
59 static ViewDefinition: o.ExternalReference;
60 static createComponentFactory: o.ExternalReference;
61}
62export declare function createTokenForReference(reference: any): CompileTokenMetadata;
63export declare function createTokenForExternalReference(reflector: CompileReflector, reference: o.ExternalReference): CompileTokenMetadata;
Note: See TracBrowser for help on using the repository browser.