ngfor ngif(ngif then else) ngswitch + ngfor里面使用ngif 和 ngswitch
<div *ngIf="col.field=='useSubsidy'; then thenBlock else elseBlock " ></div> <ng-template #thenBlock> {{carData.useSubsidy|USE_SUBSIDY_PIP}} </ng-template>