Changed data source for testing
This commit is contained in:
@@ -33,8 +33,8 @@ export class DetailComponent implements OnInit {
|
||||
.subscribe(res => {
|
||||
|
||||
this.label = res.labels;
|
||||
this.data = res.HOV;
|
||||
this.data2 = res.TOE1;
|
||||
this.data = res.TOE1;
|
||||
//this.data2 = res.TOE1;
|
||||
|
||||
this.loaded = true;
|
||||
console.log("Data loaded from API");
|
||||
|
||||
Reference in New Issue
Block a user