StackOverflow 文件 Angular 2 教程 指令 結構指令 結構指令 Created: November-22, 2018 <div *ngFor="let item of items">{{ item.description }}</div> <span *ngIf="isVisible"></span> 自定義指令Component 是帶模板的指令