ngx-translate-multi-http-loader 16.0.1 → 17.0.0
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 +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
# @ngx-translate/multi-http-loader [](https://www.npmjs.com/package/ngx-translate-multi-http-loader)
|
2
2
|
|
3
|
-
|
4
3
|
A loader for [ngx-translate](https://github.com/ngx-translate/core) that loads translations using http.
|
5
4
|
|
6
5
|
Angular 14 example: https://stackblitz.com/edit/ngx-translate-multi-http-loader-sample-2clau3?file=src/app/app.module.ts
|
@@ -100,3 +99,5 @@ The loader will merge all translation files from the server using [deepmerge-ts]
|
|
100
99
|
## Authors and acknowledgment
|
101
100
|
* maintainer [Raphaël Balet](https://github.com/rbalet)
|
102
101
|
* Former maintainer [Dennis Keil](https://github.com/denniske)
|
102
|
+
|
103
|
+
[](https://www.buymeacoffee.com/widness)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-translate-multi-http-loader",
|
3
|
-
"version": "
|
3
|
+
"version": "17.0.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": {
|
6
6
|
"name": "Raphaël Balet",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"url": "https://github.com/rbalet/ngx-translate-multi-http-loader"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"tslib": "^2.6.
|
26
|
+
"tslib": "^2.6.2"
|
27
27
|
},
|
28
28
|
"peerDependencies": {
|
29
29
|
"@angular/common": ">=13.0.0",
|