condition in string interpolation angular

JavaScript
{{ Condition ? 'Text_For_True' : 'Text_For_False' }}
Source

Also in JavaScript: