Can someone explains me what is wrong here ? There is obviously something wrong here but cant find it...
<td class="text-center"><i *ngIf="lps.fast" class="fas fa-check"></i>{{lps.fast}}</td>
Always evaluates to true even when lps.fast (which is a boolean) is false
Watch captures for detail