I have gone across the JavaScript questions on this topic, this question is specifically about Angular2 with TypeScript.
What I am trying to do is to concatenate the
try this
data => { this.results = [...this.results, ...data.results]; this._next = data.next; }