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)

Not Yet Documented

Members

directiveName : string

Not Yet Documented

templateName : string

Not Yet Documented

value : AST

Not Yet Documented

sourceSpan : ParseSourceSpan

Not Yet Documented

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

Not Yet Documented