TemplateAst

export interface TemplateAst

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

An Abstract Syntax Tree node representing part of a parsed Angular template.

Members

sourceSpan : ParseSourceSpan

The source span from which this node was parsed.

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

Visit this node and possibly transform it.