*ngFor構造ディレクティブは、コレクション内のループとして実行され、コレクションの各要素に対してHTMLの部分を繰り返します。
*ngFor
@Viewデコレータは廃止予定です。開発者は@Componentデコレータにtemplateまたは 'templateUrl'プロパティを使用template必要があります。
@View
@Component
template