Paldom / angular2-rest

Angular2 HTTP client to consume RESTful services. Built with TypeScript.
MIT License
248 stars 72 forks source link

[Proposal] Add JSONP decorator #15

Open OleksandrPopov-San4o opened 8 years ago

OleksandrPopov-San4o commented 8 years ago

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!