Skip to content

Instantly share code, notes, and snippets.

@Sampath-Lokuge
Created October 8, 2018 13:03
Show Gist options
  • Save Sampath-Lokuge/003fd5148703f82c0044cef3e61648c6 to your computer and use it in GitHub Desktop.
Save Sampath-Lokuge/003fd5148703f82c0044cef3e61648c6 to your computer and use it in GitHub Desktop.
user.model.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