Boa tarde pessoal !
Estou recebendo esse erro aqui listaClientes-controller.js:23 Uncaught (in promise) TypeError: data.forEach is not a function
at listaClientes-controller.js:23
`clienteService.listaClientes()
.then(data => { data.forEach(elemento => { " ESSA É A LINHA 23" tabela.appendChild(criaNovaLinha(elemento.nome,elemento.email)) })})`