test
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -469,10 +469,10 @@ var LineChartComponent = (function () {
|
||||
}
|
||||
LineChartComponent.prototype.ngOnInit = function () {
|
||||
var _this = this;
|
||||
console.log("ChartComponentID= " + this.id);
|
||||
this.dataService
|
||||
.get(this.id)
|
||||
.subscribe(function (res) {
|
||||
console.log("ChartComponentID= " + _this.id);
|
||||
console.log("Received from service:");
|
||||
console.log(res);
|
||||
var newDataSet2 = [];
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -42,11 +42,10 @@ export class LineChartComponent implements OnInit {
|
||||
constructor(private dataService: DataService) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
console.log("ChartComponentID= "+ this.id);
|
||||
this.dataService
|
||||
.get(this.id)
|
||||
.subscribe(res => {
|
||||
console.log("ChartComponentID= "+ this.id);
|
||||
console.log("Received from service:");
|
||||
console.log(res);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user