Angular ngx-translate usage in typescript – Stack Overflow

5 I am using angular 8 > In my case > If you want to translate typescript string into another language then use this > First, make a service file to get translate value, Below is my code for globaltranslate.service.ts file import { Injectable } from ‘@angular/core’; import {TranslateService} from ‘@ngx-translate/core’;

https://stackoverflow.com/questions/45870513/angular-ngx-translate-usage-in-typescript