Example 2: ng if else. <div *ngIf="condition; else elseBlock">Content to render when condition is true.</div> <ng-template #elseBlock>Content to render when ...
確定! 回上一頁