I am trying to use ngx-translate library to implement the translations functionality in angular 4 application. Here I am trying to use the TranslateService which gets injected into a global service used across the application. This global service is invoked used in utility file (contains all common functionalities). Finally the utility method is invoked at component level. Here goes the overall diagram of usage:
I have also created a sample application at: https://stackblitz.com/edit/angular-6vlspz
Can anyone help me here with some code sample to implement it.
