docs: update attribute-binding.md to correctly describe [attr.binding] rules (#40878)
PR Close #40878
This commit is contained in:
parent
2375b85fe0
commit
65baac6055
|
@ -34,7 +34,7 @@ Then, you set the attribute value with an expression that resolves to a string.
|
||||||
|
|
||||||
<div class="alert is-helpful">
|
<div class="alert is-helpful">
|
||||||
|
|
||||||
When the expression resolves to `null`, Angular removes the attribute altogether.
|
When the expression resolves to `null` or `undefined`, Angular removes the attribute altogether.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue