ternary if angular code example Example: ternary operator in angular <span> {{selectedSport.key === 'walking' ? 'steps' : 'km'}} </span>