Skip to content

Instantly share code, notes, and snippets.

@jonhilt
Created June 9, 2018 20:04
Show Gist options
  • Save jonhilt/91230fda9aab38cfab4269a589a2369b to your computer and use it in GitHub Desktop.
Save jonhilt/91230fda9aab38cfab4269a589a2369b to your computer and use it in GitHub Desktop.
private getUserData() {
return [
{ id: 1, name: 'Jon', summary: '36 / Lead Developer' },
{ id: 2, name: 'Janine Smith', summary: '32 / Senior Engineer' }
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment