Browse Source

Merge pull request #8335 from ilovefafa/patch-1

Update HTTP-Requests.md
pull/8336/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
b7451477b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/HTTP-Requests.md

2
docs/en/UI/Angular/HTTP-Requests.md

@ -101,7 +101,7 @@ postFoo(body: Foo) {
You may [check here](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/core/src/lib/models/rest.ts#L23) for complete `Rest.Request<T>` type, which has only a few chages compared to [HttpRequest](https://angular.io/api/common/http/HttpRequest) class in Angular.
You may [check here](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/core/src/lib/models/rest.ts#L23) for complete `Rest.Request<T>` type, which has only a few changes compared to [HttpRequest](https://angular.io/api/common/http/HttpRequest) class in Angular.

Loading…
Cancel
Save