Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import { UserOptions } from '../../interfaces/user-options';
  2. ...
  3.  
  4. export class LoginPage {
  5. login: UserOptions = { username: '', password: '' };
  6.  
  7. login = {} as UserOptions; // is work the same?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement