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,6 +1,5 @@
import { Component, OnInit } from '@angular/core';
import { Validators, FormBuilder, FormGroup } from '@angular/forms';
import { Http, Response } from '@angular/http';
import { ApiService } from '../providers/api-service';
import { OrgTableComponent } from '../shared/org-table.component';
import * as moment from 'moment';
@ -40,7 +39,6 @@ export class AddDataComponent implements OnInit {
minDate: any;
constructor(
private http: Http,
private formBuilder: FormBuilder,
private api: ApiService,
) {