Guest User

Untitled

a guest
May 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="page">
  2. <app-template-un></app-template-un>
  3. <app-template-deux></app-template-deux>
  4. </div>
  5.  
  6. <app-login></app-login>
  7.  
  8. onSubmit() {
  9. console.log(`username: ${this.username} password: ${this.password}`)
  10.  
  11. if(this.username == 'admin' && this.password == 'admin'){
  12. this.router.navigate(['dashboard']);
  13. }
  14. }
Add Comment
Please, Sign In to add comment