Created
October 8, 2018 13:03
-
-
Save Sampath-Lokuge/003fd5148703f82c0044cef3e61648c6 to your computer and use it in GitHub Desktop.
user.model.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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