angular can i use a ternary expression in a tag code example
Example: ternary operator angular template
<span> {{selectedSport.key === 'walking' ? 'steps' : 'km'}} </span>
<span> {{selectedSport.key === 'walking' ? 'steps' : 'km'}} </span>