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';
|
||||
|
@ -29,7 +28,6 @@ export class LeaderboardComponent implements OnInit {
|
|||
};
|
||||
|
||||
constructor(
|
||||
private http: Http,
|
||||
private api: ApiService,
|
||||
) { }
|
||||
|
||||
|
|
Reference in a new issue