Hey Campers, I need some help with fetching data for my Angular 2 + Django Application.
The detailed problem is mentioned here…
Anyone with the expertise in topics: Django, Angular, REST
Please consider adding some of your valuable knowledge, it will help me to deploy my first Major Application. Thanks
HttpClient is an updated version of Http. So with Http it should indeed be: .map((res) => this.extractData(res)), but with HttpClient you can completely remove that part.