Project

General

Profile

« Previous | Next » 

Revision 60909

[Aggragator | Trunk]: Home remove numbers variables

View differences:

modules/uoa-aggregator-portal/trunk/src/app/home/home.component.ts
32 32
  templateUrl: 'home.component.html',
33 33
})
34 34
export class HomeComponent {
35

  
36

  
37
  // public pageTitle = "OpenAIRE - Explore |" ;
38 35
  public keyword:string = "";
39 36

  
40 37
  public searchFields:SearchFields = new SearchFields();
41 38
  public errorCodes:ErrorCodes = new ErrorCodes();
42 39
  public routerHelper:RouterHelper = new RouterHelper();
43

  
44
  public publicationsSize:any = null;
45
  public datasetsSize:any = null;
46
  public datasetsLinkedSize:any = null;
47
  public softwareLinkedSize:any = null;
48
  public softwareSize: any = null;
49
  public otherSize: any = null;
50
  public fundersSize:any = null;
51
  public projectsSize:any = null;
52
  public datasourcesSize:any = null;
53

  
54 40
  showPublications: boolean = portalProperties.entities.publication.isEnabled;
55 41
  showDatasets: boolean = portalProperties.entities.dataset.isEnabled;
56 42
  showSoftware: boolean = portalProperties.entities.software.isEnabled;

Also available in: Unified diff