要添加模板,我们只需要明确地将它绑定到模板。 <div *ngIf=”condition; then thenBlock else elseBlock”> ... </div> <ng-template #thenBlock> ...
確定! 回上一頁