angular add html attribute on condition

Solutions on MaxInterview for angular add html attribute on condition by the best coders in the world

showing results for - "angular add html attribute on condition"
Silvia
26 Jun 2018
1<input [attr.attribute] = "condition ? '' : null" />
2
similar questions
queries leading to this page
angular add html attribute on condition