这个问题估计是ng4严格了语法规范的原因。
介于这篇太短,附上图助助兴致
解决办法:
<div *ngFor="表达式"> <ng-container *ngIf="表达式"></ng-container> </div>