Skip to content

Instantly share code, notes, and snippets.

@AlexLakatos
Forked from gsans/LanguagesService.js
Created July 21, 2017 11:08
Show Gist options
  • Select an option

  • Save AlexLakatos/9b7e9dfb59a5061c1601b7a8c393228d to your computer and use it in GitHub Desktop.

Select an option

Save AlexLakatos/9b7e9dfb59a5061c1601b7a8c393228d 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