Greetings everyone, I am currently attempting to modify the displayed language of Timeagopipe on my page1.html:
{{myDatet | amTimeAgo}}
Currently, it displays: 4 days ago
Is there a way for me to switch it to a different language other than English?
I attempted to use moment.local('he') in the constructor of page1.ts but it seems like nothing happened. It still shows: 4 days ago
Thank you