Using TranslateServicein Angular, I want the tag <title>that is in index.htmlto be in different languages.
<title translate>application.title</title>
I translated all other html tags, if they are not custom html tags, then it looks like this:
{{"document.name"|translate}}
The problem may be that index.html is on a different level in the folders
CSI
| -app
.... | transport | | -index.html
source
share