removed unused imports and packages
This commit is contained in:
parent
65f149c0f8
commit
738b77ff1a
16 changed files with 4 additions and 38 deletions
|
@ -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 { PaginatePipe } from 'ngx-pagination';
|
||||
import {PaginationInstance} from 'ngx-pagination';
|
||||
|
@ -27,7 +26,6 @@ export class PayrollLogComponent implements OnInit {
|
|||
};
|
||||
|
||||
constructor(
|
||||
private http: Http,
|
||||
private api: ApiService,
|
||||
) {
|
||||
this.myDate = moment().format('YYYY-MM-DD[T]HH:mm');
|
||||
|
|
Reference in a new issue