使用else :<div *ngIf="isValid;else other_content"> content here ...</div><ng-template #other_content>other content here...</ng-template>你也可以使用then ...
確定! 回上一頁