angular2-rest icon indicating copy to clipboard operation
angular2-rest copied to clipboard

[Proposal] Add JSONP decorator

Open OleksandrPopov-San4o opened this issue 8 years ago • 0 comments

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!

OleksandrPopov-San4o avatar Apr 08 '16 11:04 OleksandrPopov-San4o