Imported ReportDescriptionListModule to Signal component

This commit is contained in:
Erik Tiekstra
2021-11-15 10:36:09 +01:00
parent 11720ec480
commit e6b8b8115f
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<msfa-layout>
<msfa-report-layout
*ngIf="avrop$ | async as avrop, else skeletonRef"
*ngIf="avrop$ | async as avrop; else skeletonRef"
[avrop]="avrop"
description="Här skickar du signal om att deltagare har påbörjat anställning eller studier."
reportTitle="Skapa Signal om arbete eller studier"

View File

@@ -12,6 +12,7 @@ import { ConfirmDialogModule } from '@msfa-shared/components/confirm-dialog/conf
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
import { UiRadiobuttonGroupModule } from '@ui/radiobutton-group/radiobutton-group.module';
import { UiSkeletonModule } from '@ui/skeleton/skeleton.module';
import { ReportDescriptionListModule } from '../../../components/report-description-list/report-description-list.module';
import { ReportLayoutModule } from '../../../components/report-layout/report-layout.module';
import { SignalFormComponent } from './signal-form.component';
import { SignalFormService } from './signal-form.service';
@@ -34,6 +35,7 @@ import { SignalFormService } from './signal-form.service';
DigiNgFormRangeModule,
DigiNgFormValidationMessageModule,
DigiNgFormSelectModule,
ReportDescriptionListModule,
],
providers: [SignalFormService],
exports: [SignalFormComponent],