<tr ngFor="let item of typeDons"> <td>{{ item?.name }}</td> <!-- notice the question mark --> <td>{{ item?.description }}</td> <td> <button type="button" >Edit</button> <button type="button" >Delete</button> </td> </tr>