small issue fixed

This commit is contained in:
sabash 2019-07-18 17:30:40 +05:30
parent 534d1e8002
commit 4dbc40fa6c

View File

@ -24,11 +24,12 @@ export class GraphDetailComponent implements OnInit {
public GraphtKernal: any;
public GraphtDate: any;
public GraphtHour: any;
constructor(
private route: ActivatedRoute,
private chartService: ChartService,
private comp: GraphListComponent,
private titleService: Title,
) {}
ngOnInit() {
var self = this;