mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-191] convert components to standalone
This commit is contained in:
@@ -44,8 +44,7 @@ describe('BrowseByPageComponent', () => {
|
||||
themeService = getMockThemeService();
|
||||
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [BrowseBySwitcherComponent, BrowseByPageComponent],
|
||||
declarations: [DynamicComponentLoaderDirective],
|
||||
imports: [BrowseBySwitcherComponent, BrowseByPageComponent, DynamicComponentLoaderDirective],
|
||||
providers: [
|
||||
BrowseByTestComponent,
|
||||
{ provide: ActivatedRoute, useValue: activatedRoute },
|
||||
|
Reference in New Issue
Block a user