templateVisitAll

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 TemplateAsts with the given TemplateAstVisitor.