how to create conditional in string interpolation in angular code example
Example: condition in string interpolation angular
{{ Condition ? 'Text_For_True' : 'Text_For_False' }}
{{ Condition ? 'Text_For_True' : 'Text_For_False' }}