Added test service

This commit is contained in:
2017-04-04 13:14:19 +02:00
parent 73f75dbfc9
commit 66ef158da0
14 changed files with 22918 additions and 4494 deletions
-11
View File
@@ -12,15 +12,4 @@
(chartClick)="chartClicked($event)"></canvas>
</div>
</div>
<div class="col-md-6" style="margin-bottom: 10px">
<table class="table table-responsive table-condensed">
<tr>
<th *ngFor="let label of lineChartLabels">{{label}}</th>
</tr>
<tr *ngFor="let d of lineChartData">
<td *ngFor="let label of lineChartLabels; let j=index">{{d && d.data[j]}}</td>
</tr>
</table>
<button (click)="randomize()">CLICK</button>
</div>
</div>