@erwincalata wrote:
getBloodPressure():promise(any)
{
let url = “http://localhost/readbp.php”;
let request = this.http.get(url);
return request.toPromise();
}error on promise(any)
Posts: 1
Participants: 1
@erwincalata wrote:
getBloodPressure():promise(any)
{
let url = “http://localhost/readbp.php”;
let request = this.http.get(url);
return request.toPromise();
}error on promise(any)
Posts: 1
Participants: 1