add form to edit employee #23

Merged
csimonis merged 5 commits from feature/edit-employee into main 2025-01-09 11:10:52 +00:00
Showing only changes of commit 118b7ffd5e - Show all commits

View File

@ -8,7 +8,6 @@ import {
} from "@angular/material/dialog";
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
import QualificationService from "../../services/qualification.service";
import {MatError} from "@angular/material/form-field";
import {MatButton} from "@angular/material/button";
@Component({
@ -18,11 +17,11 @@ import {MatButton} from "@angular/material/button";
MatDialogContent,
MatDialogTitle,
ReactiveFormsModule,
MatError,
MatDialogActions,
MatButton
],
templateUrl: './delete.component.html',
standalone: true,
styleUrl: './delete.component.css'
})
export class DeleteComponent {