Project

General

Profile

« Previous | Next » 

Revision 60814

[Library|Trunk]

Tabs:
- use CustomClass directive instead of statistics
- update it in landing pages

Enermaps Integration:
- Result LAnding at a new tab with enermaps tool
- Image on the left of the result preview component

View differences:

tab.component.ts
30 30
export class TabComponent {
31 31
  @Input('tabTitle') title: string;
32 32
  @Input('tabNumber') num: number;
33
  @Input('statistics') statistics: boolean = false;
33
  @Input('customClass') customClass:string = "";
34 34
  @Input('tabId') tabId: string;
35 35
}

Also available in: Unified diff