Do you need to unsubscribe from Angular 2 http calls to prevent memory leak?
fetchFilm(index) { var sub = this._http.get(`http://example.com`)
Also with the new HttpClient module, remains the same behaviour