NgContentAst

export class NgContentAst

exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 153)

Position where content is to be projected (instance of <ng-content> in a template).

Constructor

constructor(index: number, ngContentIndex: number, sourceSpan: ParseSourceSpan)

Not Yet Documented

Members

index : number

Not Yet Documented

ngContentIndex : number

Not Yet Documented

sourceSpan : ParseSourceSpan

Not Yet Documented

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

Not Yet Documented