Remove dead code
This commit is contained in:
parent
3ec2b87e52
commit
ee1f65d1d6
@ -1,6 +1,7 @@
|
||||
import {Component, inject} from '@angular/core';
|
||||
import {
|
||||
MAT_DIALOG_DATA, MatDialog,
|
||||
MAT_DIALOG_DATA,
|
||||
MatDialog,
|
||||
MatDialogActions,
|
||||
MatDialogContent,
|
||||
MatDialogRef,
|
||||
@ -10,17 +11,9 @@ import QualificationService from "../../services/qualification.service";
|
||||
import {Qualification} from "../Qualification";
|
||||
import {AsyncPipe} from "@angular/common";
|
||||
import {MatButton} from "@angular/material/button";
|
||||
import {Employee} from "../../employee/Employee";
|
||||
import {DetailsComponent as EmployeeDetailsComponent} from "../../employee/details/details.component";
|
||||
import EmployeeApiService from "../../services/employee-api.service";
|
||||
|
||||
interface QualificationEmployee {
|
||||
id: number;
|
||||
lastName: string;
|
||||
firstName: string;
|
||||
}
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'app-details',
|
||||
imports: [
|
||||
|
Reference in New Issue
Block a user