* TspInfo module added
This commit is contained in:
7
src/app/tsp-info/tr-progress/tr-progress.component.html
Normal file
7
src/app/tsp-info/tr-progress/tr-progress.component.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1>THE MOST OVERDUE PROGRESS INFOS (DAYS)</h1>
|
||||
<ul>
|
||||
<li *ngFor="let progress of data">
|
||||
<span class="label">{{progress.eriref}} {{progress.heading}}</span>
|
||||
<span class="value">{{progress.lastProgressInDays}}</span>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user