Project

General

Profile

« Previous | Next » 

Revision 44826

Make class fields public for ngfactory | use new refine fields in order to display names - not

View differences:

inlineClaimResult.component.ts
35 35
  // This is the component from the landing page
36 36
  @Input() public inlineEntity:any;
37 37
  @Input() public inlineType:string;
38
  private hideType:string;
38
  public hideType:string;
39 39

  
40 40

  
41 41

  
42
  publications = [];
43
  datasets = [];
44
  private show = 'project';
45
  private showComp:boolean = false;
46
  private enableButton:boolean=true;
47
  keyword: string = "";
42
  public publications = [];
43
  public datasets = [];
44
  public show = 'project';
45
  public showComp:boolean = false;
46
  public enableButton:boolean=true;
47
  public keyword: string = "";
48 48

  
49 49
@Output() datasetAdded = new EventEmitter();
50 50
@Output() publicationAdded = new EventEmitter();

Also available in: Unified diff