以前のリビジョンの文書です
Angular入門_はじめてのアプリ
<div *ngFor="let product of products"> // productsリストをproductという変数に当てはめる <h3> {{product.name}} </h3> </div>