angular to 19

This commit is contained in:
Bastian Wagner
2026-02-13 13:50:24 +01:00
parent b83107094f
commit 8aabef1cd6
29 changed files with 5837 additions and 4180 deletions

View File

@@ -5,11 +5,10 @@ import { IUser } from '../../../../model/interface/user.interface';
import { MatIconModule } from '@angular/material/icon';
@Component({
selector: 'app-remove-manager-popup',
standalone: true,
imports: [MatButtonModule, MatDialogModule, MatIconModule],
templateUrl: './remove-manager-popup.component.html',
styleUrl: './remove-manager-popup.component.scss'
selector: 'app-remove-manager-popup',
imports: [MatButtonModule, MatDialogModule, MatIconModule],
templateUrl: './remove-manager-popup.component.html',
styleUrl: './remove-manager-popup.component.scss'
})
export class RemoveManagerPopupComponent {
readonly dialogRef = inject(MatDialogRef<RemoveManagerPopupComponent>);