UNPKG

ng-restful-ars

Version:

A restful http request lib based on decorator of typescript in Angular.

11 lines 348 B
export class ResftulOptions { constructor() { this.contentType = 'application/json;charset=UTF-8'; this.headers = { 'Accept-Language': 'zh-Hans', 'Content-Type': 'application/json;charset=UTF-8' }; this.showDefaultSuccessNotice = false; } } //# sourceMappingURL=restful-options.js.map