Skip to content

Instantly share code, notes, and snippets.

@geykel
Created May 24, 2017 16:41
Embed
What would you like to do?
export class UserModel {
email: string;
password: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment