From 7db484b55e359ba007b74e73dcede055ba3a0334 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 7 Aug 2018 18:23:52 +0200 Subject: [PATCH] removed unneccessary dependencies --- src/app/components/graphs.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/graphs.component.ts b/src/app/components/graphs.component.ts index 3163fa7..033b2bc 100644 --- a/src/app/components/graphs.component.ts +++ b/src/app/components/graphs.component.ts @@ -14,7 +14,7 @@ * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { ViewChild, QueryList, Component, Input, Output, SimpleChanges, OnChanges, HostListener, EventEmitter, OnInit } from '@angular/core'; +import { ViewChild, Component, Input, Output, SimpleChanges, OnChanges, EventEmitter, OnInit } from '@angular/core'; import { Observable, interval, Subscription } from 'rxjs'; import * as Selection from 'd3-selection'; import * as Shape from 'd3-shape';