ngx-translate-multi-http-loader 9.1.0 → 9.1.1
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/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# @ngx-translate/multi-http-loader [](https://www.npmjs.com/package/ngx-translate-multi-http-loader)
|
2
2
|
|
3
3
|
|
4
4
|
A loader for [ngx-translate](https://github.com/ngx-translate/core) that loads translations using http.
|
@@ -93,7 +93,8 @@ export function HttpLoaderFactory(_httpBackend: HttpBackend) {
|
|
93
93
|
}
|
94
94
|
```
|
95
95
|
|
96
|
-
The loader will merge all translation files from the server using [deepmerge](https://
|
96
|
+
The loader will merge all translation files from the server using [deepmerge-ts](https://www.npmjs.com/package/deepmerge-ts).
|
97
97
|
|
98
98
|
## Authors and acknowledgment
|
99
|
+
* maintainer [Raphaël Balet](https://github.com/rbalet)
|
99
100
|
* Former maintainer [Dennis Keil](https://github.com/denniske)
|