Jsonp
Only supports get() method
In the component
import {JSONP_PROVIDERS} from 'angular2/core';
@Component({
providers: [JSONP_PROVIDERS]
})
Last updated
Was this helpful?
Only supports get() method
import {JSONP_PROVIDERS} from 'angular2/core';
@Component({
providers: [JSONP_PROVIDERS]
})
Last updated
Was this helpful?