File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# ngx-http-batcher
2- =========================
32
43Angular (2+) HTTP batching module to reduce the number of HTTP requests and increase performance
54
@@ -15,6 +14,7 @@ Working demo https://plnkr.co/edit/OgvZ09iYO64VoXHLRGQa?p=preview
1514 - [ Installation] ( #installation )
1615 - [ Examples] ( #examples )
1716 - [ Usage] ( #usage )
17+ - [ Configuration] ( #configuration )
1818
1919## <a name =" get-started " ></a > Get Started
2020
@@ -57,7 +57,7 @@ export function httpBatchConfigurationFactory() {
5757
5858// Note the providers block where the Http class is being replaced by the HttpBatcher class.
5959// This ensures that if you inject the Http service into something you actually get the
60- // HttpBatcher class.
60+ // HttpBatcher class and batching becomes transparent to you .
6161@NgModule ({
6262 declarations: [
6363 AppComponent
You can’t perform that action at this time.
0 commit comments