small issue fixed

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

View File

@ -29,6 +29,7 @@ export class GraphDetailComponent implements OnInit {
private route: ActivatedRoute, private route: ActivatedRoute,
private chartService: ChartService, private chartService: ChartService,
private comp: GraphListComponent, private comp: GraphListComponent,
private titleService: Title,
) {} ) {}
ngOnInit() { ngOnInit() {
var self = this; var self = this;