Guest User

Untitled

a guest
Mar 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. TypeError: Cannot read property 'signIn' of undefined
  2.  
  3. public auth2:any;
  4. loginGoogle(){
  5. let seed = this;
  6. this.auth2.signIn().then(function(res){
  7. console.log(res)
  8. });
  9.  
  10. }
  11.  
  12. <button (click)="loginGoogle()">Login</button>
Add Comment
Please, Sign In to add comment