Hi @lordgreg,
Another one for you. I have some strings that I want to translate that are in my .ts files.
What I found and work is this.translate.get("MYSTRING").value.
First of all, is the right way?
Second of all, Visual Studio Code gives me an error for "value" saying "Property 'value' does not exist on type 'Observable'" You know how to get rid of it?
Thanks