Skip to content

Instantly share code, notes, and snippets.

@gsans
Last active July 21, 2017 12:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 82 You must be signed in to fork a gist
  • Save gsans/514c02bab6747facb1cb to your computer and use it in GitHub Desktop.
Save gsans/514c02bab6747facb1cb to your computer and use it in GitHub Desktop.
LanguagesService
//a simple service
export class LanguagesService {
get() {
return ['en', 'es', 'fr'];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment