export class 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)
constructor(index: number, ngContentIndex: number, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
index : number
index : number
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