angular http subscribe

PHOTO EMBED

Thu Sep 22 2022 13:00:11 GMT+0000 (Coordinated Universal Time)

Saved by @dubisi #angular

    this.http.getAbout(person.id).subscribe((data: About[]) => { this.about = data[0]; this.loader = false }, error => {
      retry(3),
        this.errorMessage = error;
    });
content_copyCOPY