When we use a structural directive as *ngIf, we use a sugar such as : <div *ngIf="true">Hello World !</div>. Before it will be rendered, ...
確定! 回上一頁