From 118b7ffd5e1360e95116e64c94c4f96ee0663c82 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 9 Jan 2025 12:08:41 +0100 Subject: [PATCH] refactor --- src/app/qualification/delete/delete.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/qualification/delete/delete.component.ts b/src/app/qualification/delete/delete.component.ts index 9ffd4e5..e77996b 100644 --- a/src/app/qualification/delete/delete.component.ts +++ b/src/app/qualification/delete/delete.component.ts @@ -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 {