この「threeMonth および無料」モデルをオブジェクトとして呼び出して、表示されているかどうかを調べ、表示されていない場合は最後のタグを表示できるようにしたいと考えています。基本的にはif/elseif/elseが欲しい
<p [(ngModel)]="threeMonth" name="threeMonth" *ngIf="(offers.offerAnnualIssues - offers.nssIssues) > offers.nssIssues">*3 MONTHS OF ISSUES</p>
<p [(ngModel)]="complimentary" name="complimentary" *ngIf="offers.custPrice != '2'">COMPLIMENTARY</p>
<p *ngIf="**If the threeMonth model is not visible and complimentary is not vivible show this**">*A FULL YEAR OF ISSUES</p>