removed unused imports and packages

This commit is contained in:
piratefinn 2017-11-15 14:12:28 +00:00
parent 65f149c0f8
commit 738b77ff1a
16 changed files with 4 additions and 38 deletions

View file

@ -1,5 +1,4 @@
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
import { Http, Response } from '@angular/http';
import { ApiService } from '../providers/api-service';
import { AgmCoreModule } from '@agm/core';
import 'rxjs/add/operator/map';
@ -20,7 +19,6 @@ export class MapComponent implements OnInit {
map: any;
constructor(
private http: Http,
private api: ApiService,
) { }