File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 :-)
5454export 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"
You can’t perform that action at this time.
0 commit comments