angular 中*ngIf 和*ngSwitch判斷語句

<div style="text-align:center"> <h1> Welcome to {{ title }}! </h1> <p *ngIf="true">show</p> <p *ngIf="isShow">hide</p> <p template="ngIf true">這是 ngIF 判斷是否顯示</p> <ul [ngSwitch]="statu
相關文章
相關標籤/搜索