循环指令
*ngFor
语法:<any *ngFor="let tmp of list "></any>
demo03.component.ts
app.component.ts
app.module.ts
当不使用*ngFor时,
注意template模板解析要加双引号 {{ }}
循环指令②