Skip to content

Commit fd06c4e

Browse files
committed
Readme changes
1 parent e9b89ca commit fd06c4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Working demo https://plnkr.co/edit/OgvZ09iYO64VoXHLRGQa?p=preview
1414
- [Installation](#installation)
1515
- [Examples](#examples)
1616
- [Usage](#usage)
17-
- [Configuration](#configuration)
17+
- [Configuration Object Options](#configuration)
1818
- [Endpoint Url](#config-endpointurl)
1919
- [Batch Endpoint Url](#config-batchurl)
2020
- [Enabled](#config-enabled)
@@ -53,6 +53,8 @@ import { AppComponent } from "./app.component";
5353
// Having this as an exported function enabled AOT complication as well :-)
5454
export function httpBatchConfigurationFactory() {
5555
return new HttpBatchConfigurationCollection([
56+
// this is a basic configuration object see [Configuration Object Options](#configuration)
57+
// for more information on all the options
5658
new HttpBatchConfiguration({
5759
rootEndpointUrl: "https://api.myservice.com",
5860
batchEndpointUrl: "https://api.myservice.com/$batch"

0 commit comments

Comments
 (0)