I have created a Spinner that is shown every time I make an http request, as I show in the image, the problem is that I want it to only show in the input in which I make the request and not in the others.
I am using: <div class="input-group-addon" style="background-color: #fff !important" *ngIf="searching ">
<span>
<i class="fa fa-spinner fa-spin"></i></span></div>
Thanks for your help.