Project

General

Profile

« Previous | Next » 

Revision 58599

[Explore | Trunk]: Add animation module for openaire badge

View differences:

app.component.ts
57 57
              private router: Router, private userManagementService: UserManagementService) {
58 58
    router.events.forEach((event) => {
59 59
      if (event instanceof NavigationStart) {
60
        console.log(event.url);
60 61
        HelperFunctions.scroll();
61 62
      }
62 63
    });

Also available in: Unified diff