Skip to content

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

Description

@seveves

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!
   });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions