condtional rendering html using iterpolation in angular 6 code example
Example: condition in string interpolation angular
{{ Condition ? 'Text_For_True' : 'Text_For_False' }}
{{ Condition ? 'Text_For_True' : 'Text_For_False' }}