Base on a variable I want to show a text with and fontawsome icon but the icon doesn't render correctly and it just show code which is related to it.
<span> {{ isEditablePropertyworkLogSumTimes == true ? 'edit' : <i _ngcontent-c25="" class="fa fa-plus fa-fw"></i> }} </span>
the result is like this:
