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!