@angular/compiler
Version:
Angular - the compiler library
91 lines (90 loc) • 4 kB
TypeScript
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import * as o from '../output/output_ast';
export declare class Identifiers {
static NEW_METHOD: string;
static TRANSFORM_METHOD: string;
static PATCH_DEPS: string;
static namespaceHTML: o.ExternalReference;
static namespaceMathML: o.ExternalReference;
static namespaceSVG: o.ExternalReference;
static element: o.ExternalReference;
static elementStart: o.ExternalReference;
static elementEnd: o.ExternalReference;
static elementProperty: o.ExternalReference;
static elementAttribute: o.ExternalReference;
static elementClassProp: o.ExternalReference;
static elementStyling: o.ExternalReference;
static elementStylingMap: o.ExternalReference;
static elementStyleProp: o.ExternalReference;
static elementStylingApply: o.ExternalReference;
static containerCreate: o.ExternalReference;
static text: o.ExternalReference;
static textBinding: o.ExternalReference;
static bind: o.ExternalReference;
static interpolation1: o.ExternalReference;
static interpolation2: o.ExternalReference;
static interpolation3: o.ExternalReference;
static interpolation4: o.ExternalReference;
static interpolation5: o.ExternalReference;
static interpolation6: o.ExternalReference;
static interpolation7: o.ExternalReference;
static interpolation8: o.ExternalReference;
static interpolationV: o.ExternalReference;
static pureFunction0: o.ExternalReference;
static pureFunction1: o.ExternalReference;
static pureFunction2: o.ExternalReference;
static pureFunction3: o.ExternalReference;
static pureFunction4: o.ExternalReference;
static pureFunction5: o.ExternalReference;
static pureFunction6: o.ExternalReference;
static pureFunction7: o.ExternalReference;
static pureFunction8: o.ExternalReference;
static pureFunctionV: o.ExternalReference;
static pipeBind1: o.ExternalReference;
static pipeBind2: o.ExternalReference;
static pipeBind3: o.ExternalReference;
static pipeBind4: o.ExternalReference;
static pipeBindV: o.ExternalReference;
static load: o.ExternalReference;
static loadDirective: o.ExternalReference;
static loadQueryList: o.ExternalReference;
static pipe: o.ExternalReference;
static projection: o.ExternalReference;
static projectionDef: o.ExternalReference;
static inject: o.ExternalReference;
static injectAttribute: o.ExternalReference;
static injectElementRef: o.ExternalReference;
static injectTemplateRef: o.ExternalReference;
static injectViewContainerRef: o.ExternalReference;
static injectChangeDetectorRef: o.ExternalReference;
static directiveInject: o.ExternalReference;
static defineComponent: o.ExternalReference;
static ComponentDef: o.ExternalReference;
static defineDirective: o.ExternalReference;
static DirectiveDef: o.ExternalReference;
static InjectorDef: o.ExternalReference;
static defineInjector: o.ExternalReference;
static NgModuleDef: o.ExternalReference;
static defineNgModule: o.ExternalReference;
static PipeDef: o.ExternalReference;
static definePipe: o.ExternalReference;
static query: o.ExternalReference;
static queryRefresh: o.ExternalReference;
static registerContentQuery: o.ExternalReference;
static NgOnChangesFeature: o.ExternalReference;
static InheritDefinitionFeature: o.ExternalReference;
static listener: o.ExternalReference;
static reserveSlots: o.ExternalReference;
static sanitizeHtml: o.ExternalReference;
static sanitizeStyle: o.ExternalReference;
static defaultStyleSanitizer: o.ExternalReference;
static sanitizeResourceUrl: o.ExternalReference;
static sanitizeScript: o.ExternalReference;
static sanitizeUrl: o.ExternalReference;
}