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