feat: fix GroupsRegistryComponent test

This commit is contained in:
Enea Jahollari
2023-09-26 12:31:07 +02:00
parent 537926334c
commit 555aebc77e
2 changed files with 17 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ import { PaginationService } from '../../core/pagination/pagination.service';
import { followLink } from '../../shared/utils/follow-link-config.model';
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
import { AsyncPipe, NgIf, NgSwitch, NgSwitchCase } from '@angular/common';
import { AsyncPipe, NgForOf, NgIf, NgSwitch, NgSwitchCase } from '@angular/common';
import { PaginationComponent } from '../../shared/pagination/pagination.component';
import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
@@ -56,7 +56,8 @@ import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
PaginationComponent,
NgSwitch,
NgSwitchCase,
NgbTooltipModule
NgbTooltipModule,
NgForOf
],
standalone: true
})