Skip to content

Instantly share code, notes, and snippets.

@jorgeucano
Created July 6, 2016 02:52
Show Gist options
  • Save jorgeucano/2dcc4541796a1a32573307977c9d71d7 to your computer and use it in GitHub Desktop.
Save jorgeucano/2dcc4541796a1a32573307977c9d71d7 to your computer and use it in GitHub Desktop.
app/shared/user/user.ts
export class user {
email: string;
password: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment