Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

75
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda