Browse Source

Merge pull request #8336 from abpframework/auto-merge/rel-4-3/197

Merge branch dev with rel-4.3
pull/8354/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
710d9e0182
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Migration-Guides/Upgrading-Startup-Template.md
  2. 2
      docs/en/UI/Angular/HTTP-Requests.md

2
docs/en/Migration-Guides/Upgrading-Startup-Template.md

@ -84,5 +84,5 @@ Comparison result clearly shows the necessary changes should be done on upgrade.
## Notes
* Sometimes, you may find some changes are unnecessary for your own solution. You may deleted these or already customized. In these cases, you can just ignore it.
* If you do not upgrade your solution as described in this document, your application will continue to work as long as you implement the breaking changes documented in the [migration guide](Index.md).
* If you do not upgrade your solution as described in this document, your application will continue to work as long as you implement the breaking changes documented in the [migration guide](Index.md). However, you may not get benefit of some new features those require changes in your solution files.
* Most of the times, there will be a few or no differences on the startup templates. When there are important changes, we write a note to the related migration guide, so you apply them manually.

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