Guest User

Untitled

a guest
Oct 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!--The content below is only a placeholder and can be replaced.-->
  2. <div>
  3. <h1>
  4. Amazon Cognito Test login
  5. </h1>
  6. </div>
  7. <div>
  8. <div id="loginId">
  9. <div>
  10. <label>Login ID: </label>
  11. </div>
  12. <div>
  13. <input type="text" [(ngModel)]="userName" />
  14. </div>
  15. </div>
  16. <div id="loginPass">
  17. <div>
  18. <label>Password: </label>
  19. </div>
  20. <div>
  21. <input type="password" [(ngModel)]="password" />
  22. </div>
  23. </div>
  24.  
  25. <div id="signIn">
  26. <button (click)="signIn()">Sign In</button>
  27. </div>
  28. </div>
Add Comment
Please, Sign In to add comment