angular2-rest
angular2-rest copied to clipboard
[Proposal] Add JSONP decorator
What do you think about this decorator?
@JSONP
export class RestService {..
It just will use JSONP service instead of HTTP https://angular.io/docs/js/latest/api/http/JSONP_PROVIDERS-let.html Thanks!