Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created December 28, 2017 21:36
Show Gist options
  • Save aramkoukia/d897de12bd3cab2e9cbc01c056ba8622 to your computer and use it in GitHub Desktop.
Save aramkoukia/d897de12bd3cab2e9cbc01c056ba8622 to your computer and use it in GitHub Desktop.
todo poco MEVN
export class ToDo {
constructor(public id: number, public name: string, public saying: string) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment