Skip to content
Snippets Groups Projects
Verified Commit 994eadc5 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7507 move interface to model

parent 6b86812c
Branches
Tags
1 merge request!82OZG-7507 use new open dialog button
......@@ -26,3 +26,8 @@ export interface AdminOrganisationsEinheit {
name: string;
attributes: { [key: string]: string[] };
}
export interface OrganisationsEinheitDeleteDialogData {
organisationsEinheitName: string;
organisationsEinheitId: string;
}
import { AdminOrganisationsEinheitService } from '@admin-client/organisations-einheit-shared';
import {
AdminOrganisationsEinheitService,
OrganisationsEinheitDeleteDialogData,
} from '@admin-client/organisations-einheit-shared';
import { createEmptyStateResource, isNotLoading, StateResource } from '@alfa-client/tech-shared';
import { OzgcloudDialogService } from '@alfa-client/ui';
import { DIALOG_DATA } from '@angular/cdk/dialog';
......@@ -7,11 +10,6 @@ import { Component, inject } from '@angular/core';
import { Observable, of, tap } from 'rxjs';
import { OrganisationsEinheitDeleteDialogComponent } from './organisations-einheit-delete-dialog/organisations-einheit-delete-dialog.component';
export interface OrganisationsEinheitDeleteDialogData {
organisationsEinheitName: string;
organisationsEinheitId: string;
}
@Component({
selector: 'admin-organisations-einheit-delete-dialog-container',
standalone: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment