Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting a whole translation object can't be recognized #1

Open
seveves opened this issue Jan 22, 2018 · 0 comments
Open

getting a whole translation object can't be recognized #1

seveves opened this issue Jan 22, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@seveves
Copy link
Owner

seveves commented Jan 22, 2018

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!
   });
@seveves seveves added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant