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;