Asapha
Results
11
comments of
Asapha
Had a similar issue in an existing app, the new pre-rendering done in `ng build` failed. I fixed it by following the [docs' recommendation](https://jsverse.github.io/transloco/docs/getting-started/installation?app-type=standalone#transloco-loader). i.e changing ```typescript return this.http.get(`${environment["baseUrl"]}/assets/i18n/${lang}.json`); ```...