[WIP] Updated packages #162-2
This commit is contained in:
@@ -2,7 +2,6 @@ import { Component, OnInit } from "@angular/core";
|
||||
import { FormBuilder, FormControl, FormGroup } from "@angular/forms";
|
||||
import { Router } from "@angular/router";
|
||||
import { TranslateService } from "@ngx-translate/core";
|
||||
import { Apollo } from "apollo-angular";
|
||||
import { LazyLoadEvent } from "primeng/api";
|
||||
import { debounceTime } from "rxjs";
|
||||
import { ConfirmationDialogService } from "src/app/services/confirmation-dialog/confirmation-dialog.service";
|
||||
@@ -36,8 +35,7 @@ export class DashboardComponent implements OnInit {
|
||||
private fb: FormBuilder,
|
||||
private translate: TranslateService,
|
||||
private router: Router,
|
||||
private serverService: ServerService,
|
||||
private apollo: Apollo
|
||||
private serverService: ServerService
|
||||
) { }
|
||||
|
||||
async ngOnInit(): Promise<void> {
|
||||
|
Reference in New Issue
Block a user