Project

General

Profile

« Previous | Next » 

Revision 58717

[Trunk | Library]:
1. searchResult.component: Field 'dividerNotCard' added to show results in card or not.
2. project.component: Initial commit for landing pages redesign (more to follow).

View differences:

searchResult.component.ts
19 19
  @Input() custom_class: string = "search-results";
20 20
  @Input() properties: EnvProperties;
21 21
  @Input() showImpactFactors: boolean = false;
22
  @Input() dividerNotCard: boolean = false;
22 23
  
23 24
  constructor( private http: HttpClient/*ATHENA CODE*/) {
24 25
  }

Also available in: Unified diff