I just wanna know how to do an if-statement in simple HTML. Like the [if IE6] thingy
if
[if IE6]
I\'d like to do something like this
[I
The closest thing I can think of is *NgIf or using ternary expressions in your html using angular - however, the assignment of the variables and the logic of that ngif statement would be done in javascript.