export class BoundTextAst
export class BoundTextAst
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 28)
A bound expression within the text of a template.
Constructor
constructor(value: AST, ngContentIndex: number, sourceSpan: ParseSourceSpan)
constructor(value: AST, ngContentIndex: number, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
value : AST
value : AST
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