menu
ngcompiler package
documentation
v1/src/compiler/template_ast.dart
ElementAst
attributeDeps property
attributeDeps property
dark_mode
light_mode
attributeDeps
property
Set
<
String
>
attributeDeps
final
A container for all @Attribute dependencies in the Element.
Implementation
final Set<String> attributeDeps;
ngcompiler package
documentation
v1/src/compiler/template_ast
ElementAst
attributeDeps property
ElementAst class