Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
No se puede encontrar un objeto de soporte diferente '[objeto Objeto]' de tipo 'objeto'. en angular

tengo un error de "No se puede encontrar un objeto de soporte diferente '[objeto Objeto]' de tipo 'objeto'." en angular al consumir una api y ya Miré preguntas similares, pero ninguna de ellas me ayudó. Voy a recibir un objeto como el siguiente:

la api me devuelve el siguiente objeto

{"users": [
{
"ID": 1,
"NOMBRES": "",
"APELLIDOS": "",
"TELEFONOS": "",
"DIRECCIONES": "",
"ARCHIVOS": ""
}
]
}

y aquí está mi servicio http para recibirlo:

   let direccion = this.url + "users";
    return this.http.get<ListaUsuariosI[]>(direccion);
  } 

y finalmente, en el llamé al servicio de esta manera:

ngOnInit(): void {
  this.api.getAllUsers().subscribe(data =>{
    
    this.users = data;
    console.log(this.users)
  })
  }

Desafortunadamente, cuando la página se carga, se queja con:

Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays.

no puedo solucionar el error les agradecería mucho si me pueden ayudar

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!