[WIP] Updated packages #162-2

This commit is contained in:
2023-02-09 15:27:39 +01:00
parent 667b9fa87e
commit 4266db7e35
10 changed files with 3249 additions and 5285 deletions

View File

@@ -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> {