I wonder whether the use of “ng2-translate” has a significant impact on performance.
It uses a “pipe” on each label, and the use of pipes can be very greedy in CPU.
I used angular2-moment with the pipe “timeago”, the performance impact is too important.
Hence my question, you have a significant performance hit when using ng2-translate?