export class 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)
constructor(value: string, ngContentIndex: number, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
value : string
value : string
Not Yet Documented
ngContentIndex : number
ngContentIndex : number
Not Yet Documented
sourceSpan : ParseSourceSpan
sourceSpan : ParseSourceSpan
Not Yet Documented
visit(visitor: TemplateAstVisitor, context: any) : any
visit(visitor: TemplateAstVisitor, context: any) : any
Not Yet Documented