Posts by William • 41 points
1 post
-
4
votes4
answers6996
viewsA: Typeerror Cannot read Property 'name' of Undefined at Angular 4
I had a similar problem, try to write the line that way: <td>{{ cotas?.USD.nome }}</td> ou <td>{{ cotas.USD?.nome }}</td>