ngx-translate-multi-http-loader
Advanced tools
Comparing version 18.0.0 to 18.1.0
{ | ||
"name": "ngx-translate-multi-http-loader", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"@ngx-translate/core": ">=15.0.0", | ||
"deepmerge-ts": "^7.0.3", | ||
"deepmerge-ts": "^7.1.0", | ||
"rxjs": "^7.8.1" | ||
@@ -50,2 +50,2 @@ }, | ||
"sideEffects": false | ||
} | ||
} |
@@ -38,4 +38,4 @@ # @ngx-translate/multi-http-loader | ||
| ------- | ------------------- | ------------------------------- | | ||
| 16 | 16.x+ | 15.x+ | | ||
| 15 | 15.x+ | 9.x+ | | ||
| >= 16 | 15.x+ | >= 15.x+ | | ||
| 15 | 14.x+ | 9.x+ | | ||
| 14 | 14.x+ | 8.x+ | | ||
@@ -61,3 +61,3 @@ | 13 | 14.x+ | 7.x+ | | ||
export function HttpLoaderFactory(_httpBackend: HttpBackend) { | ||
return new MultiTranslateHttpLoader(_httpBackend, ['/assets/i18n/core/', '/assets/i18n/vendors/']); | ||
return new MultiTranslateHttpLoader(_httpBackend, ['/assets/i18n/core/', '/assets/i18n/vendors/']); // /i18n/core/ on angular >= v18 with the new public logic | ||
} | ||
@@ -64,0 +64,0 @@ |
17040
43276