Answers for "angular add html attribute on condition"

0

angular add html attribute on condition

<input [attr.attribute] = "condition ? '' : null" />
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language