I'm trying to implement ngx-translate from this tutorial:
Locally when I run the angular app using npm start it's working fine. But when I want to use custom subdir like this: ng build --output-path angular --base-href=/angular/
and to deploy it on Apache server.
File is located under src\assets\i18n\en.json
I get multiple errors like this:
message: "Http failure response for http://123.123.123.123/assets/i18n/en.json: 404 Not Found"
Do you know how this can be fixed?