2017-10-26 15 views

答えて

2
<tr *ngFor="let innerItem of project.project_services"> 
    <td *ngFor="let categoryItem of innerItem.categories">{{categoryItem.name}</td> 
    <td>{{innerItem.service.sku}}</td> 
    <td>{{innerItem.service.name}}</td> 
</tr> 
+0

私は、カテゴリ、それが動作 –

+0

おかげで1以上* ngForを追加することによって、答えを編集しました。あなたは私の質問をupvoteできますか? –

+0

@GraySingh:確かに、この答えがあなたのために働いていたら、私の答えも承認してください。 –

関連する問題