1
0

[DURACOM-191] convert components to standalone

This commit is contained in:
Andrea Barbasso
2024-03-13 10:59:26 +01:00
parent 06f8aa028b
commit 0ff19db071
37 changed files with 151 additions and 45 deletions

View File

@@ -149,8 +149,6 @@ describe('SubmissionSectionDuplicatesComponent test suite', () => {
NgxPaginationModule,
NoopAnimationsModule,
TranslateModule.forRoot(),
],
declarations: [
SubmissionSectionDuplicatesComponent,
TestComponent,
ObjNgFor,
@@ -255,6 +253,12 @@ describe('SubmissionSectionDuplicatesComponent test suite', () => {
@Component({
selector: 'ds-test-cmp',
template: ``,
standalone: true,
imports: [BrowserModule,
CommonModule,
FormsModule,
ReactiveFormsModule,
NgxPaginationModule],
})
class TestComponent {