Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 16, 2017 10:11
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 freshcutdevelopment/83172699be9838cd99ed6ce3d20fb693 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/83172699be9838cd99ed6ce3d20fb693 to your computer and use it in GitHub Desktop.
Aurelia code quality - part 5
export class GreetingService{
loadGreetings(){
return ['Hello', 'Welcome', 'Good tidings', 'Good morning'];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment