I\'m using ngx-translate.
How can I put a line break in a string to translate ?
In my template I have :
{{\'STRING_TO_TRANSLATE\' | translate}}
If you want for \n\n and for \n, here's my solution:
\n\n
\n
More information about chaining pipes here: https://angular.io/guide/pipes#chaining-pipes