Skip to content
Snippets Groups Projects
Commit acd5e6ef authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7128 imports

parent 3148fa09
No related branches found
No related tags found
No related merge requests found
import { StateResource, createEmptyStateResource, isNotNil } from '@alfa-client/tech-shared';
import { AsyncPipe, NgIf } from '@angular/common';
import { CommonModule } from '@angular/common';
import { Component, Input } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { Resource } from '@ngxp/rest';
......@@ -14,7 +14,7 @@ import { OrganisationsEinheitFormService } from './organisationseinheit.formserv
templateUrl: './organisationseinheit-form.component.html',
providers: [OrganisationsEinheitFormService],
standalone: true,
imports: [FormsModule, ReactiveFormsModule, OrganisationsEinheitSignaturComponent, ButtonWithSpinnerComponent, NgIf, AsyncPipe],
imports: [CommonModule, FormsModule, ReactiveFormsModule, OrganisationsEinheitSignaturComponent, ButtonWithSpinnerComponent],
})
export class OrganisationsEinheitFormComponent {
submitInProgress$: Observable<StateResource<Resource>> = of(createEmptyStateResource<Resource>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment