Мне нужно показать значок иона внутри json объекта, но он не отображается
[etc, etc]
{
"code" :"01",
"title" : "TITLE 01",
"descr" : "It switches in the direction where the solenoid specified by operand 1 was specified with SW1/SW2.<div><ion-icon name=\"information-circle\"></ion-icon></div><br/>And, the state of a positional sensor is displayed in 7seg. LED.</br>When operand-2 is 2, excitation of linear solenoids cuts at three seconds.Note that there is a possibility that the machine damages when you specify operand 2."
},
[etc, etc]
По сути, div (используется только для попытки) отображается, как вы можно увидеть по пи c, но не по иконке внутри этого div, и я не понимаю, почему.
это код I используйте для печати объекта.
<p class="ion-grey" [innerHTML]="gbruras.descr"></p>
Я пробовал даже с «SPAN» вместо «P» и закрывал тег «P» перед значком и снова открывал его после значка, но все равно ничего. Любая другая идея, пожалуйста?