You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!});
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: