menu
ngcompiler package
documentation
v1/src/compiler/attribute_matcher.dart
HyphenAttributeMatcher
HyphenAttributeMatcher constructor
HyphenAttributeMatcher constructor
dark_mode
light_mode
HyphenAttributeMatcher
constructor
HyphenAttributeMatcher
(
String
name
,
String
?
value
)
Implementation
HyphenAttributeMatcher(super.name, super.value) : _prefix = '$value-';
ngcompiler package
documentation
v1/src/compiler/attribute_matcher
HyphenAttributeMatcher
HyphenAttributeMatcher constructor
HyphenAttributeMatcher class