[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

@@ -16,7 +16,7 @@ describe('ObjectTableComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ ObjectTableComponent ],
imports: [ObjectTableComponent],
})
.compileComponents();