Angular 4 and 5: using else : <div *ngIf="isValid;else other_content"> content here ... </div> <ng-template #other_content>other content ...
確定! 回上一頁