I am creating an basic application in angular 2 from which i will get the yahoo weather report by typing the city and state. On submitting the form, I am getting an error like
GET https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.for…2C%20%22)&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys net::ERR_CONNECTION_RESET in zone.js file.
I suppose the error is due to which i am using a third party tool. Is that right?? Please provide a solution for this. Thanks in advance.