Here is my example:
<li class="list-group-item" *ngIf="request.answer.user">
<a href="" class="d-flex flex-column align-items-center">
<span class="icofont-law-order icofont-2x"></span>
<p>user</p>
</a>
</li>
I want to show the li only if the variables exists. In some cases, there is no answer.