ACS-8255: Migrate InfoDrawer component to Standalone (#9846)

This commit is contained in:
Denys Vuika
2024-06-21 10:05:15 -04:00
committed by GitHub
parent 3fee18c251
commit 215b9c2e4b
11 changed files with 136 additions and 101 deletions

View File

@@ -22,7 +22,8 @@ import {
FormFieldValidator,
FormModel,
FormOutcomeEvent,
InfoDrawerModule,
InfoDrawerComponent,
InfoDrawerTabComponent,
UpdateNotification
} from '@alfresco/adf-core';
import {
@@ -53,6 +54,7 @@ import { TaskHeaderComponent } from '../task-header/task-header.component';
import { TaskCommentsComponent } from '../../../task-comments';
import { ChecklistComponent } from '../checklist/checklist.component';
import { MatButtonModule } from '@angular/material/button';
import { MatCardModule } from '@angular/material/card';
@Component({
selector: 'adf-task-details',
@@ -62,14 +64,16 @@ import { MatButtonModule } from '@angular/material/button';
TranslateModule,
TaskFormComponent,
AttachFormComponent,
InfoDrawerModule,
PeopleSearchComponent,
TaskHeaderComponent,
PeopleComponent,
TaskCommentsComponent,
ChecklistComponent,
MatDialogModule,
MatButtonModule
MatButtonModule,
InfoDrawerComponent,
InfoDrawerTabComponent,
MatCardModule
],
templateUrl: './task-details.component.html',
styleUrls: ['./task-details.component.scss'],