Project

General

Profile

« Previous | Next » 

Revision 60847

[Graph | Trunk]: Add smooth scroll

View differences:

home.component.ts
27 27
})
28 28
export class HomeComponent {
29 29
  public pageTitle = "OpenAIRE - Research Graph";
30
  
31
  public errorCodes: ErrorCodes = new ErrorCodes();
32
  public routerHelper: RouterHelper = new RouterHelper();
33
  
34 30
  public publicationsSize: any = null;
35 31
  public datasetsSize: any = null;
36 32
  public datasetsLinkedSize: any = null;
......
42 38
  public datasourcesSize: any = null;
43 39
  public portals: any[] = portals;
44 40
  public state: number = 0;
41
  public properties: EnvProperties = properties;
45 42
  private timeouts: any[] = [];
43
  private subs: Subscription[] = [];
46 44
  
47
  properties: EnvProperties = properties;
48
  
49
  subs: Subscription[] = [];
50
  
51 45
  constructor(
52 46
    private route: ActivatedRoute,
53 47
    private _router: Router,

Also available in: Unified diff