Angular 2 结构指令

示例

<div *ngFor="let item of items">{{item.description}}</div>

<span *ngIf="isVisible"></span>