Skip to content

Commit a0a6fd3

Browse files
authored
Merge pull request #102 from Birot/patch-1
Add responseType field in createRequestOptions static function.
2 parents 765645e + 4739e99 commit a0a6fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngx-restangular-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class RestangularHelper {
1414
search: requestQueryParams,
1515
url: options.url,
1616
body: options.data,
17+
responseType: options.responseType,
1718
withCredentials
1819
});
1920

0 commit comments

Comments
 (0)