Guest User

Untitled

a guest
Apr 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. isActive = 'false';
  2. t = 0;
  3.  
  4. @HostListener('document:scroll', ['$event'])
  5. pageScrolled(isActive){
  6. let a = this.t += 1;
  7. isActive = 'true';
  8. console.log('scrolled', a, isActive);
  9. }
Add Comment
Please, Sign In to add comment