From 4dbc40fa6cd3daaf75a7ba352f1890d36319ef68 Mon Sep 17 00:00:00 2001 From: sabash Date: Thu, 18 Jul 2019 17:30:40 +0530 Subject: [PATCH] small issue fixed --- src/app/view/graph-view/graph-detail/graph-detail.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/view/graph-view/graph-detail/graph-detail.component.ts b/src/app/view/graph-view/graph-detail/graph-detail.component.ts index f9cbee9..fa2d7fc 100644 --- a/src/app/view/graph-view/graph-detail/graph-detail.component.ts +++ b/src/app/view/graph-view/graph-detail/graph-detail.component.ts @@ -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;