Not able to consume external webapi service from angular2 service
问题 My requirement is to create a angular2 component which would consume the external WebAPI service and generate a bubblechart based on the data received. I have created a Dataservice component which would make the http get request. the code for Dataservice is below import { Injectable } from 'angular2/core'; import { HTTP_PROVIDERS, Http, Headers, Response, JSONP_PROVIDERS, Jsonp } from 'angular2/http'; import { Configuration } from './Configuration'; import 'rxjs/add/operator/map' import {