DirectiveAst

export class DirectiveAst

exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 140)

A directive declared on an element.

Constructor

constructor(directive: CompileDirectiveMetadata, inputs: BoundDirectivePropertyAst[], hostProperties: BoundElementPropertyAst[], hostEvents: BoundEventAst[], exportAsVars: VariableAst[], sourceSpan: ParseSourceSpan)

Not Yet Documented

Members

directive : CompileDirectiveMetadata

Not Yet Documented

inputs : BoundDirectivePropertyAst[]

Not Yet Documented

hostProperties : BoundElementPropertyAst[]

Not Yet Documented

hostEvents : BoundEventAst[]

Not Yet Documented

exportAsVars : VariableAst[]

Not Yet Documented

sourceSpan : ParseSourceSpan

Not Yet Documented

visit(visitor: TemplateAstVisitor, context: any) : any

Not Yet Documented