add contacts

This commit is contained in:
Peter Maquiran
2024-06-10 16:34:43 +01:00
parent 193e7474e9
commit bf1457417d
23 changed files with 348 additions and 481 deletions
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { ToastService } from 'src/app/services/toast.service';
import { BackgroundService } from 'src/app/services/background.service';
import { HttpErrorResponse } from '@angular/common/http';
@Injectable({
providedIn: 'root'
})
@@ -12,7 +12,7 @@ export class HttpErrorHandle {
private backgroundService: BackgroundService
) { }
async httpStatusHandle(error) {
async httpStatusHandle(error: any) {
switch (error.status
) {
case 0: