Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

79
Vistas
Put request angular

My put function doesn't work, this is my service

updateP(partecipanti: Partecipanti): Observable<any> {
    return this.http.put(this.partecipantiUrl, partecipanti, this.httpOptions).pipe(
      tap(_ => this.log(`updated p id=${partecipanti.id}`)),
      catchError(this.handleError<any>('update'))
    );
  }

in my component I have

save(): void {
     if (this.part) {
       this.PartecipanteService.updateP(this.part)
         .subscribe(() => this.goBack());
         alert("Partecipante modificato correttamente")
     }
   }

and I call the save function in a button

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

what exactly is happening? do you see all logs? What do you see in the browser network tab, is the PUT request fired? is the request completed or still pending?

try to add some logs and handle the error anyway:

save(): void {
  console.log('will save');
     if (this.part) {
       console.log('this.part is true');
       this.PartecipanteService.updateP(this.part)
         .subscribe(() => {console.log('ok it works');this.goBack()},
         err => console.error('got an error', err)
);
         alert("Partecipante modificato correttamente")
     }
   }
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda