summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/report.component.html
blob: 00ebae843350d7512429bd12c54d793247a546db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- <nav mat-tab-nav-bar>
    <a mat-tab-link
       *ngFor="let link of navLinks"
       [routerLink]="link.path"
       routerLinkActive #rla="routerLinkActive"
       [active]="rla.isActive">
      {{link.label}}
    </a>
  </nav> -->


<!-- 
<app-pilot-page></app-pilot-page> -->

<!-- <router-outlet></router-outlet> -->
<!-- <div *ngIf="!toggle">
<div  *ngFor="let reportId of reportIdArr">
  <h4>{{reportId}}<mat-icon aria-hidden="false" aria-label="edit" (click)="displayReport(reportId)">edit</mat-icon></h4>
  <br/>
</div>
</div>
<div *ngIf="toggle">
    <app-main-component></app-main-component>
</div> -->

<app-all-reports></app-all-reports>