export class AttrAst
export class AttrAst
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 39)
A plain attribute on an element.
Constructor
constructor(name: string, value: string, sourceSpan: ParseSourceSpan)
constructor(name: string, value: string, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
name : string
name : string
Not Yet Documented
value : string
value : string
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