when getting a translation object with the TranslateService then you have access to its properties but this is not recognized by the extension and will be removed in the diff.
this.translateService.get('MANY.KEYS')
.pipe(take(1))
.subscribe(keys => {
console.log(keys['MISSING']; // no zombie at all!
});
when getting a translation object with the TranslateService then you have access to its properties but this is not recognized by the extension and will be removed in the diff.