@infrab4a/connect-angular 3.8.0-beta.0 → 3.8.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/infrab4a-connect-angular.umd.js +2 -4
- package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
- package/esm2015/angular-connect.module.js +1 -1
- package/esm2015/angular-elastic-search.module.js +4 -6
- package/fesm2015/infrab4a-connect-angular.js +3 -5
- package/fesm2015/infrab4a-connect-angular.js.map +1 -1
- package/package.json +2 -2
|
@@ -1418,8 +1418,7 @@
|
|
|
1418
1418
|
{
|
|
1419
1419
|
provide: i1$1.ProductsIndex,
|
|
1420
1420
|
useFactory: function (configuration) {
|
|
1421
|
-
|
|
1422
|
-
return new i1$1.ProductsIndex(new i1$1.ElasticSearchAdapter(configuration));
|
|
1421
|
+
return new i1$1.ProductsIndex(new i1$1.AxiosAdapter(configuration));
|
|
1423
1422
|
},
|
|
1424
1423
|
deps: [ES_CONFIG],
|
|
1425
1424
|
},
|
|
@@ -1431,8 +1430,7 @@
|
|
|
1431
1430
|
{
|
|
1432
1431
|
provide: i1$1.ProductsIndex,
|
|
1433
1432
|
useFactory: function (configuration) {
|
|
1434
|
-
|
|
1435
|
-
return new i1$1.ProductsIndex(new i1$1.ElasticSearchAdapter(configuration));
|
|
1433
|
+
return new i1$1.ProductsIndex(new i1$1.AxiosAdapter(configuration));
|
|
1436
1434
|
},
|
|
1437
1435
|
deps: [ES_CONFIG],
|
|
1438
1436
|
},
|