Skip to content

Instantly share code, notes, and snippets.

@anteburazer
Created June 5, 2017 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anteburazer/5febb87191568ecb9255538701cd5f8f to your computer and use it in GitHub Desktop.
Save anteburazer/5febb87191568ecb9255538701cd5f8f to your computer and use it in GitHub Desktop.
translateService.get('HeaderTitle').subscribe(
value => {
let alertTitle = value;
}
)
let title = translateService.instant('HeaderTitle');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment