Imported ReportDescriptionListModule to Signal component
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<msfa-layout>
|
<msfa-layout>
|
||||||
<msfa-report-layout
|
<msfa-report-layout
|
||||||
*ngIf="avrop$ | async as avrop, else skeletonRef"
|
*ngIf="avrop$ | async as avrop; else skeletonRef"
|
||||||
[avrop]="avrop"
|
[avrop]="avrop"
|
||||||
description="Här skickar du signal om att deltagare har påbörjat anställning eller studier."
|
description="Här skickar du signal om att deltagare har påbörjat anställning eller studier."
|
||||||
reportTitle="Skapa Signal om arbete eller studier"
|
reportTitle="Skapa Signal om arbete eller studier"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import { ConfirmDialogModule } from '@msfa-shared/components/confirm-dialog/conf
|
|||||||
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
|
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
|
||||||
import { UiRadiobuttonGroupModule } from '@ui/radiobutton-group/radiobutton-group.module';
|
import { UiRadiobuttonGroupModule } from '@ui/radiobutton-group/radiobutton-group.module';
|
||||||
import { UiSkeletonModule } from '@ui/skeleton/skeleton.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 { ReportLayoutModule } from '../../../components/report-layout/report-layout.module';
|
||||||
import { SignalFormComponent } from './signal-form.component';
|
import { SignalFormComponent } from './signal-form.component';
|
||||||
import { SignalFormService } from './signal-form.service';
|
import { SignalFormService } from './signal-form.service';
|
||||||
@@ -34,6 +35,7 @@ import { SignalFormService } from './signal-form.service';
|
|||||||
DigiNgFormRangeModule,
|
DigiNgFormRangeModule,
|
||||||
DigiNgFormValidationMessageModule,
|
DigiNgFormValidationMessageModule,
|
||||||
DigiNgFormSelectModule,
|
DigiNgFormSelectModule,
|
||||||
|
ReportDescriptionListModule,
|
||||||
],
|
],
|
||||||
providers: [SignalFormService],
|
providers: [SignalFormService],
|
||||||
exports: [SignalFormComponent],
|
exports: [SignalFormComponent],
|
||||||
|
|||||||
Reference in New Issue
Block a user