export templateVisitAll(visitor: TemplateAstVisitor, asts: TemplateAst[], context?: any) : any[]
export templateVisitAll(visitor: TemplateAstVisitor, asts: TemplateAst[], context?: any) : any[]
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 207)
Visit every node in a list of TemplateAst
s with the given TemplateAstVisitor
.