I have an Angular application and I\'m using JSONP as well.
This is my service:
import { Injectable } from \'@angular/core\';
import { Http, Response, He
I solved this bug going back to the version 2.3.1 of Angular. The bug happens in the version 2.4.X.
"@angular/common": "~2.3.1",
"@angular/compiler": "~2.3.1",
"@angular/core": "~2.3.1",
"@angular/forms": "~2.3.1",
"@angular/http": "~2.3.1",
"@angular/platform-browser": "~2.3.1",
"@angular/platform-browser-dynamic": "~2.3.1",
"@angular/router": "~3.3.1",