How would I have multiple cases in an *ngIf statement? I\'m used to Vue or Angular 1 with having an if, else if, and else
*ngIf
if
else if
else
Another alternative is to nest conditions