v1/src/compiler/template_parser/ast_template_parser library
Classes
- AstTemplateParser
-
A
TemplateParser
which uses thengast
package to parse angular templates.
Functions
-
matchElementDirectives(
List< CompileDirectiveMetadata> directives, ElementAst astNode) → List<CompileDirectiveMetadata> -
Returns the matched components with this element ast in the
directives
.