this.http.get("https://reqres.in/api/users/2").subscribe(data => { console.log(data); this.values = data; }