matchElementDirectives function
List<CompileDirectiveMetadata>
matchElementDirectives(
- List<
CompileDirectiveMetadata> directives, - ElementAst astNode
Returns the matched components with this element ast in the directives
.
Implementation
List<CompileDirectiveMetadata> matchElementDirectives(
List<CompileDirectiveMetadata> directives, ast.ElementAst astNode) =>
_ParseContext._matchElementDirectives(directives, astNode);