// 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