<ng-template [ngIf]="condition"><div>Content to render when condition is true. ... <div *ngIf="show">Text to show</div> ` }) export class NgIfSimple { show ...
確定! 回上一頁