add functionality to delete employee button #11

Merged
csimonis merged 8 commits from feature/delete-employee-button into main 2024-12-18 13:02:47 +00:00
Showing only changes of commit 26d70151e7 - Show all commits

View File

@ -1,7 +1,7 @@
import {Component, inject, OnInit} from '@angular/core';
import {CommonModule} from '@angular/common';
import {catchError, Observable, of, retry} from 'rxjs';
import {HttpClient, HttpErrorResponse} from '@angular/common/http';
import {HttpErrorResponse} from '@angular/common/http';
import {Employee} from '../Employee';
import {MatCardModule} from '@angular/material/card';