export class BoundDirectivePropertyAst
export class BoundDirectivePropertyAst
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 129)
A directive property with a bound value (e.g. `*ngIf="condition").
Constructor
constructor(directiveName: string, templateName: string, value: AST, sourceSpan: ParseSourceSpan)
constructor(directiveName: string, templateName: string, value: AST, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
directiveName : string
directiveName : string
Not Yet Documented
templateName : string
templateName : string
Not Yet Documented
value : AST
value : AST
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