getItems(){
return.this._http.get('http://localhost/api/items').map(res=>res.json());
};
This error is coming in this simple code. Kindly tell me any fix of it. Thanks!
getItems(){
return.this._http.get('http://localhost/api/items').map(res=>res.json());
};
This error is coming in this simple code. Kindly tell me any fix of it. Thanks!