Thursday, 6 January 2022

Angular 8+ language file with variable

 // Init translate service

component.ts

this.translateService.instant(

'test', {variableA : 'dummy'})



en.json

"test" : "example{{variableA}}"


// Output text

example dummy

No comments:

Post a Comment