You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
* Howto write a HashTranslateLoader
In issue #25@mlegenhausen pointed out a solution that shows a very common use-case for a custom TranslateLoader implementation.
Maybe we can extend the readme to show this (and maybe other use-cases in the future)?
Kind regards :)
* Updated to review
Copy file name to clipboardExpand all lines: README.md
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,44 @@ export function HttpLoaderFactory(http: HttpClient) {
69
69
```
70
70
71
71
For now this loader only support the json format.
72
+
73
+
## Angular CLI/Webpack TranslateLoader Example
74
+
If you are using Angular CLI (uses webpack under the hood) you can write your own `TranslateLoader` that always loads the latest translation file available during your application build.
0 commit comments