VariableAst

export class VariableAst

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

A variable declaration on an element (e.g. #var="expression").

Constructor

constructor(name: string, value: string, sourceSpan: ParseSourceSpan)

Not Yet Documented

Members

name : string

Not Yet Documented

value : string

Not Yet Documented

sourceSpan : ParseSourceSpan

Not Yet Documented

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

Not Yet Documented