TextAst

export class TextAst

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

A segment of text within the template.

Constructor

constructor(value: string, ngContentIndex: number, sourceSpan: ParseSourceSpan)

Not Yet Documented

Members

value : string

Not Yet Documented

ngContentIndex : number

Not Yet Documented

sourceSpan : ParseSourceSpan

Not Yet Documented

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

Not Yet Documented